UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

6 lines (5 loc) 182 B
import { useEffect } from 'react'; /** * Needed to supress the SSR warning when running use layout effect on the server. */ export declare const useLayoutEffect: typeof useEffect;