UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

9 lines (6 loc) 148 B
import PropTypes from 'prop-types'; import { OPEN_DOWN, OPEN_UP, } from '../constants'; export default PropTypes.oneOf([OPEN_DOWN, OPEN_UP]);