UNPKG

framer-motion

Version:

A simple and powerful React animation library

6 lines (5 loc) 218 B
import { ValueType } from "style-value-types"; /** * Provided a value and a ValueType, returns the value as that value type. */ export declare const getValueAsType: (value: any, type?: ValueType | undefined) => any;