UNPKG

framer-motion

Version:

A simple and powerful React animation library

6 lines (5 loc) 179 B
import { ValueType } from "style-value-types"; /** * Tests a provided value against a ValueType */ export declare const testValueType: (v: any) => (type: ValueType) => boolean;