UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

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