UNPKG

avent-ui

Version:

The best UI library for Typescript and React

7 lines (6 loc) 229 B
import { MotionProps, Variants } from "framer-motion"; import { ReactNode } from "react"; export interface ReactBasicProp { children: ReactNode; } export declare const anim: (variants: Variants, custom?: any) => MotionProps;