UNPKG
@miniplex/react
Version:
beta (2.0.0-beta.4)
canary (0.0.0-canary-20221029092412)
latest (2.0.0-next.10)
next (2.0.0-next.20)
2.0.0-next.20
2.0.0-next.19
2.0.0-next.18
2.0.0-next.17
2.0.0-next.15
2.0.0-next.14
2.0.0-next.13
2.0.0-next.11
2.0.0-next.10
2.0.0-next.8
2.0.0-next.7
2.0.0-next.6
2.0.0-next.5
2.0.0-next.4
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.1
0.0.0-canary-20221029092412
0.0.0-canary-20221019154835
React glue for Miniplex.
github.com/hmans/miniplex
@miniplex/react
/
dist
/
declarations
/
src
/
isomorphicLayoutEffect.d.ts
4 lines
(3 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
import
{ useLayoutEffect }
from
"react"
;
declare
const
useIsomorphicLayoutEffect
:
typeof
useLayoutEffect;
export
default
useIsomorphicLayoutEffect;