UNPKG

react-pose-15

Version:

A declarative animation library for React 15+

3 lines (2 loc) 147 B
import { CurrentPose } from '../components/PoseElement/types'; export declare const hasChanged: (prev: CurrentPose, next: CurrentPose) => boolean;