UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

9 lines (6 loc) 164 B
import { PropTypes } from 'react'; import { ANCHOR_LEFT, ANCHOR_RIGHT, } from '../../constants'; export default PropTypes.oneOf([ANCHOR_LEFT, ANCHOR_RIGHT]);