UNPKG

react-dates-rtl

Version:

Based on react-dates by airbnb [with RTL support]

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