UNPKG

react-pose

Version:

A declarative animation library for React

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