UNPKG

react-dates-rtl

Version:

Based on react-dates by airbnb [with RTL support]

14 lines (11 loc) 269 B
import PropTypes from 'prop-types'; import { HORIZONTAL_ORIENTATION, VERTICAL_ORIENTATION, VERTICAL_SCROLLABLE, } from '../../constants'; export default PropTypes.oneOf([ HORIZONTAL_ORIENTATION, VERTICAL_ORIENTATION, VERTICAL_SCROLLABLE, ]);