@kcirtaptrick/framer-motion
Version:
A simple and powerful React animation library
7 lines (6 loc) • 619 B
TypeScript
import { HTMLRenderState } from "./types";
import { VisualElementConfig } from "../types";
import { DOMVisualElementOptions } from "../dom/types";
export declare function getComputedStyle(element: HTMLElement): CSSStyleDeclaration;
export declare const htmlConfig: VisualElementConfig<HTMLElement, HTMLRenderState, DOMVisualElementOptions>;
export declare const htmlVisualElement: ({ parent, props, presenceId, blockInitialAnimation, visualState, shouldReduceMotion, }: import("../types").VisualElementOptions<HTMLElement, any>, options?: DOMVisualElementOptions) => import("../types").VisualElement<HTMLElement, any>;