UNPKG

framer-motion

Version:

A simple and powerful React animation library

3 lines (2 loc) 142 B
import { ValueTarget, KeyframesTarget } from "../../types"; export declare const isKeyframesTarget: (v: ValueTarget) => v is KeyframesTarget;