UNPKG

@raulpesilva/re-state

Version:

easy way to create a shared state to the entire application

3 lines (2 loc) 113 B
import { useLayoutEffect } from 'react'; export declare const useIsomorphicLayoutEffect: typeof useLayoutEffect;