@wordpress/components
Version:
UI components for WordPress.
10 lines (9 loc) • 468 B
JavaScript
/**
* 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.js.map