framer-motion
Version:
A simple and powerful React animation library
9 lines (8 loc) • 331 B
TypeScript
/**
* A list of value types commonly used for dimensions
*/
export declare const dimensionValueTypes: import("style-value-types").ValueType[];
/**
* Tests a dimensional value against the list of dimension ValueTypes
*/
export declare const findDimensionValueType: (v: any) => import("style-value-types").ValueType | undefined;