UNPKG

@yamada-ui/react

Version:

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

13 lines (11 loc) 388 B
import { MotionStyledComponent } from "./index.types.js"; //#region src/components/motion/motion.d.ts /** * `Motion` is a component that allows for the easy implementation of a wide variety of animations. * * @see https://yamada-ui.com/docs/components/motion */ declare const Motion: MotionStyledComponent<"div">; //#endregion export { Motion }; //# sourceMappingURL=motion.d.ts.map