UNPKG

@wordpress/components

Version:
9 lines 470 B
/** * Framer Motion is used to create animated, interactive interfaces. The package is roughly ~30kb so * this should ideally be loaded once across all Gutenberg packages. To give ourselves more flexibility * in trying animation options, we avoid making this public API. * * @see https://www.framer.com/docs/animation/ */ export { motion as __unstableMotion, AnimatePresence as __unstableAnimatePresence, } from 'framer-motion'; //# sourceMappingURL=index.d.ts.map