UNPKG

@mui/utils

Version:
3 lines 132 B
import PropTypes from 'prop-types'; const refType = PropTypes.oneOfType([PropTypes.func, PropTypes.object]); export default refType;