@wordpress/components
Version:
UI components for WordPress.
9 lines • 470 B
TypeScript
/**
* 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