File size: 129 Bytes
b91e262
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import React from 'react'

declare module 'react' {
  export function unstable_postpone(reason: string): never
}

export = React