UNPKG
react-dates-rtl
Version:
latest (10.1.3)
10.1.3
10.1.2
10.1.1
Based on react-dates by airbnb [with RTL support]
github.com/sag1v/react-dates
sag1v/react-dates
react-dates-rtl
/
src
/
shapes
/
ScrollableOrientationShape.js
14 lines
(11 loc)
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
PropTypes
from
'prop-types'
;
import
{
HORIZONTAL_ORIENTATION
,
VERTICAL_ORIENTATION
,
VERTICAL_SCROLLABLE
, }
from
'../../constants'
;
export
default
PropTypes
.
oneOf
([
HORIZONTAL_ORIENTATION
,
VERTICAL_ORIENTATION
,
VERTICAL_SCROLLABLE
, ]);