UNPKG

@ucam/design-system

Version:
10 lines (9 loc) 433 B
import { FC } from 'react'; /** * A Component that tells children when the react hydration run has finished. * This is required so that the hydration run matches the SSR. * Children can retrieve the hydration status using the useHydrated hook. * It is generally not required to use this component directly as it is included by `<ThemeProvider />` */ declare const HydrationChecker: FC; export default HydrationChecker;