UNPKG

@yamada-ui/motion

Version:

Yamada UI motion components

15 lines (12 loc) 409 B
import { MotionComponent, MotionProps } from './motion.types.mjs'; import '@yamada-ui/core'; import '@yamada-ui/utils'; import 'motion/react'; import 'react'; /** * `Motion` is a component that allows for the easy implementation of a wide variety of animations. * * @see Docs https://yamada-ui.com/components/other/motion */ declare const Motion: MotionComponent<"div", MotionProps>; export { Motion };