UNPKG

motion

Version:

The Motion library for the web

4 lines (3 loc) 179 B
export declare const isCssVar: (name: string) => boolean; export declare const registeredProperties: Set<string>; export declare function registerCssVariable(name: string): void;