UNPKG

@kcirtaptrick/framer-motion

Version:

A simple and powerful React animation library

5 lines (4 loc) 303 B
import { MotionStyle } from "../../.."; import { IProjectionNode } from "../../../projection/node/types"; import { HTMLRenderState } from "../types"; export declare function renderHTML(element: HTMLElement, { style, vars }: HTMLRenderState, styleProp?: MotionStyle, projection?: IProjectionNode): void;