database-petani-mobile/node_modules/@radix-ui/react-use-is-hydrated/dist/index.d.ts
2026-02-23 16:39:35 +07:00

7 lines
145 B
TypeScript

/**
* Determines whether or not the component tree has been hydrated.
*/
declare function useIsHydrated(): boolean;
export { useIsHydrated };