UNPKG
@loke/ui
Version:
alpha (1.0.0-alpha.0)
latest (1.0.0)
rc (1.0.0-rc.4)
1.0.0
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-alpha.0
design.loke.global/docs/ui
LOKE/merchant-frontends
@loke/ui
/
dist
/
hooks
/
use-is-hydrated
/
is-hydrated.d.ts
5 lines
(4 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
5
/** * Determines whether or not the component tree has been hydrated. */
export
declare function
useIsHydrated
()
: boolean;