Files
avz-site/node_modules/@radix-ui/react-use-is-hydrated/dist/index.d.mts
T
2026-06-10 12:14:46 -03:00

8 lines
208 B
TypeScript

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