UNPKG

react-dual-listbox

Version:
14 lines (11 loc) 291 B
import PropTypes from 'prop-types'; import optgroupShape from './optgroupShape'; import optionShape from './optionShape'; export default PropTypes.arrayOf( PropTypes.oneOfType([ PropTypes.number, PropTypes.string, optgroupShape, optionShape, ]), );