UNPKG

framer-motion

Version:

A simple and powerful React animation library

4 lines (3 loc) 124 B
declare type Callback = (axis: "x" | "y") => void; export declare function eachAxis(callback: Callback): void[]; export {};