UNPKG

213 BTypeScriptView Raw
1import * as React from "react";
2/**
3 * @returns the appropriate React layout effect hook for the current environment (server or client).
4 */
5export declare const useIsomorphicLayoutEffect: typeof React.useEffect;