UNPKG
@epilogo/stringifyr
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.9
1.1.8
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
0.9.999
0.9.99
0.9.98
0.9.97
0.9.96
0.9.95
0.9.92
0.9.91
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
Stringifyr JS bundle
github.com/EpilogoSRL/stringifyr-cli
EpilogoSRL/stringifyr-cli
@epilogo/stringifyr
/
src
/
lib
/
react
/
ReactTypes.ts
8 lines
(7 loc)
•
209 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
type
*
as
React
from
'react'
;
export
type
TReact
= {
useEffect
:
typeof
React
.
useEffect
,
useMemo
:
typeof
React
.
useMemo
,
useCallback
:
typeof
React
.
useCallback
,
useState
:
typeof
React
.
useState
, };