UNPKG

ag-grid-react

Version:
6 lines (5 loc) 195 B
import { useLayoutEffect } from 'react'; /** * Allow `useLayoutEffect` to be used on the server side without warnings */ export declare const useIsomorphicLayoutEffect: typeof useLayoutEffect;