UNPKG
@bonobolabs/react-pose
Version:
latest (4.1.3)
4.1.3
4.1.2
4.1.1
4.1.0
A declarative animation library for React
Popmotion/popmotion
@bonobolabs/react-pose
/
lib
/
utils
/
has-changed.d.ts
3 lines
(2 loc)
•
149 B
TypeScript
View Raw
1
2
3
import
{
CurrentPose
}
from
'../components/PoseElement/types'
;
export
declare
const
hasChanged
:
(
prev
:
CurrentPose
,
next
:
CurrentPose
) =>
boolean
;