UNPKG

@patternfly/react-core

Version:

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

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