UNPKG

motion

Version:

The Motion library for the web

3 lines (2 loc) 243 B
export declare const createCssVariableRenderer: (element: Element, name: string) => (latest: string | number) => void; export declare const createStyleRenderer: (element: Element, name: string) => (latest: string | number) => string | number;