UNPKG

200 BJavaScriptView Raw
1import PropTypes from 'prop-types';
2
3import {
4 HORIZONTAL_ORIENTATION,
5 VERTICAL_ORIENTATION,
6} from '../constants';
7
8export default PropTypes.oneOf([HORIZONTAL_ORIENTATION, VERTICAL_ORIENTATION]);