UNPKG
react-native-calendar-picker
Version:
alpha (8.0.0-alpha)
latest (8.0.5)
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
8.0.0-alpha
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.9
7.0.8
7.0.7
7.0.6
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.22.0
5.21.0
5.20.0
5.19.0
5.18.0
5.17.0
5.16.0
5.15.0
5.14.0
5.13.0
5.12.0
5.11.0
5.10.0
5.9.0
5.8.0
5.7.0
5.6.0
5.5.0
5.4.0
5.3.0
5.2.0
5.1.0
5.0.0
4.0.0
3.0.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.0.1
1.0.0
Calendar Picker Component for React Native
github.com/stephy/CalendarPicker
stephy/CalendarPicker
react-native-calendar-picker
/
CalendarPicker
/
localPropTypes.js
8 lines
(5 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// Prop type definitions required for ambiguities and deficiencies in the
// prop-types package.
// These may need to be tweaked as prop types are improved.
import
PropTypes
from
'prop-types'
;
export
const
stylePropType =
PropTypes
.
any
;