UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

5 lines 578 B
import { HTMLMotionProps, HTMLMotionPropsWithoutAs, HTMLMotionPropsWithoutChildren, MotionComponent, MotionStyledComponent, MotionTransitionProps, MotionTransitionVariants, WithTransitionProps } from "./index.types.js"; import { motion } from "./factory.js"; import { Motion } from "./motion.js"; import { createTransition } from "./transition.js"; export { HTMLMotionProps, HTMLMotionPropsWithoutAs, HTMLMotionPropsWithoutChildren, Motion, MotionComponent, MotionStyledComponent, MotionTransitionProps, MotionTransitionVariants, WithTransitionProps, createTransition, motion };