UNPKG

268 BJavaScriptView Raw
1import PropTypes from 'prop-types';
2import { INFO_POSITION_TOP, INFO_POSITION_BOTTOM, INFO_POSITION_BEFORE, INFO_POSITION_AFTER } from '../constants';
3export default PropTypes.oneOf([INFO_POSITION_TOP, INFO_POSITION_BOTTOM, INFO_POSITION_BEFORE, INFO_POSITION_AFTER]);
\No newline at end of file