UNPKG

@avent-ui/page-transition

Version:
17 lines (15 loc) 369 B
// export const anim = (variants: Variants): MotionProps => ({ // initial: "initial", // animate: "enter", // exit: "exit", // variants, // }); var anim = function (variants, custom) { return ({ initial: "initial", animate: "enter", exit: "exit", variants: variants, custom: custom }); }; export { anim }; //# sourceMappingURL=types.js.map