UNPKG

motion

Version:

The Motion library for the web

4 lines (3 loc) 269 B
import * as React from "react"; import { AnimatedProps } from "./types"; export declare function createAnimatedComponent<Props extends {}>(Component: string): React.ForwardRefExoticComponent<React.PropsWithoutRef<Props & AnimatedProps> & React.RefAttributes<Element>>;