UNPKG

slate-react

Version:

Tools for building completely customizable richtext editors with React.

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