@yamada-ui/motion
Version:
Yamada UI motion components
17 lines (14 loc) • 445 B
TypeScript
import { MotionFactory, MotionComponents } from './motion.types.js';
import '@yamada-ui/core';
import '@yamada-ui/utils';
import 'motion/react';
import 'react';
interface Factory extends MotionFactory, MotionComponents {
}
/**
* `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: Factory;
export { motion };