UNPKG

@kcirtaptrick/framer-motion

Version:

A simple and powerful React animation library

4 lines (3 loc) 226 B
import { CustomValueType, ValueTarget, SingleTarget } from "../types"; export declare const isCustomValue: (v: any) => v is CustomValueType; export declare const resolveFinalValueInKeyframes: (v: ValueTarget) => SingleTarget;