UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

3 lines 118 B
import PropTypes from 'prop-types'; import { WEEKDAYS } from '../constants'; export default PropTypes.oneOf(WEEKDAYS);