UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

5 lines (4 loc) 154 B
/** * This hook tries to emulate the getSnapshotBeforeUpdate lifecycle method. */ export declare const useSnapshotBeforeUpdate: (cb: Function) => void;