UNPKG

framer-motion

Version:

A simple and powerful React animation library

6 lines (5 loc) 374 B
/// <reference types="react" /> /** * @public */ export declare const m: (<Props>(Component: string | import("react").ComponentType<Props>, customMotionComponentConfig?: import("./motion-proxy").CustomMotionComponentConfig) => import("./motion-proxy").CustomDomComponent<Props>) & import("../html/types").HTMLMotionComponents & import("../svg/types").SVGMotionComponents;