UNPKG

dropdeck-slate-react

Version:

Tools for building completely customizable richtext editors with React.

6 lines 266 B
import { useLayoutEffect } from 'react'; /** * Prevent warning on SSR by falling back to useEffect when window is not defined */ export declare const useIsomorphicLayoutEffect: typeof useLayoutEffect; //# sourceMappingURL=use-isomorphic-layout-effect.d.ts.map