UNPKG

framer-motion

Version:

A simple and powerful React animation library

8 lines (7 loc) 242 B
import { MotionProps } from "../../motion/types"; import { ResolvedValues } from "../types"; export declare function useSVGProps(props: MotionProps, visualState: ResolvedValues): { style: { [x: string]: string | number; }; };