UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

5 lines (3 loc) 270 B
import PropTypes from 'prop-types'; import { INFO_POSITION_TOP, INFO_POSITION_BOTTOM, INFO_POSITION_BEFORE, INFO_POSITION_AFTER } from '../constants'; export default PropTypes.oneOf([INFO_POSITION_TOP, INFO_POSITION_BOTTOM, INFO_POSITION_BEFORE, INFO_POSITION_AFTER]);