UNPKG

rsuite

Version:

A suite of react components

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