UNPKG

253 BTypeScriptView Raw
1import * as React from 'react';
2declare const useLayoutEffect: (callback: (mount: boolean) => void | VoidFunction, deps?: React.DependencyList) => void;
3export declare const useLayoutUpdateEffect: typeof React.useEffect;
4export default useLayoutEffect;