UNPKG
react-native-reanimatable
Version:
latest (0.5.0)
0.5.0
0.4.3
0.4.2
0.4.1
Wrapper for Reanimated with an easy declarative API.
react-native-reanimatable
/
lib
/
components
/
propTypes.js
7 lines
(5 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
7
import T
from
'prop-types'
; export
const
animationConfigPropTypes
= T.
shape
({
animation
: T.
object
,
values
: T.
object
, });