UNPKG

framer-motion

Version:

A simple and powerful React animation library

3 lines (2 loc) 139 B
export declare type FrameCallback = (timestamp: number) => void; export declare function useAnimationFrame(callback: FrameCallback): void;