All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
6 lines
264 B
TypeScript
6 lines
264 B
TypeScript
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
|