UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

5 lines (3 loc) 194 B
import PropTypes from 'prop-types'; import { HORIZONTAL_ORIENTATION, VERTICAL_ORIENTATION } from '../constants'; export default PropTypes.oneOf([HORIZONTAL_ORIENTATION, VERTICAL_ORIENTATION]);