UNPKG

framer-motion

Version:

A simple and powerful React animation library

5 lines (4 loc) 309 B
import { MotionStyle } from "../../../motion/types"; import { IProjectionNode } from "../../../projection/node/types"; import { SVGRenderState } from "../types"; export declare function renderSVG(element: SVGElement, renderState: SVGRenderState, _styleProp?: MotionStyle, projection?: IProjectionNode): void;