Files
ETB/ETB-FrontEnd/node_modules/@mui/x-charts/hooks/useIsHydrated.d.ts
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

4 lines
285 B
TypeScript

/** Returns true after hydration is done on the client.
*
* Basically a implementation of Option 2 of this gist: https://gist.github.com/gaearon/e7d97cdf38a2907924ea12e4ebdf3c85#option-2-lazily-show-component-with-uselayouteffect. */
export declare function useIsHydrated(): boolean;