UNPKG

@deboxsoft/react-native-elements

Version:
9 lines (7 loc) 155 B
import PropTypes from 'prop-types'; export default PropTypes.oneOfType([ PropTypes.element, PropTypes.object, PropTypes.bool, PropTypes.func, ]);