UNPKG

motion

Version:

An animation library for JavaScript and React.

8 lines (5 loc) 162 B
import * as fm from 'framer-motion'; export * from 'framer-motion'; declare const motion: typeof fm.motion; declare const m: typeof fm.m; export { m, motion };