UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

6 lines 238 B
import { useEffect } from 'react'; /** * Small wrapper around `useLayoutEffect` to get rid of the warning on SSR envs */ export declare const useIsomorphicLayoutEffect: typeof useEffect; //# sourceMappingURL=useIsomorphicLayout.d.ts.map