UNPKG

@laurabeatris/chakra-ui-flashless

Version:

Tools to implement flashless color modes in Chakra UI

9 lines (8 loc) 304 B
/** * Handles the mounted state of the component. * * Useful for cases where a content should only be rendered on the browser * and the DOM should stay the same on the server and on the re-hydration process. */ export declare function useHasMounted(): boolean; export default useHasMounted;