UNPKG

react-dual-listbox

Version:
12 lines (9 loc) 239 B
import PropTypes from 'prop-types'; import optgroupShape from './optgroupShape'; import optionShape from './optionShape'; export default PropTypes.arrayOf( PropTypes.oneOfType([ optgroupShape, optionShape, ]), );