UNPKG

173 BJavaScriptView Raw
1import * as PropTypes from 'prop-types';
2
3/** A checker that matches the React.Ref type. */
4export var refPropType = PropTypes.oneOfType([PropTypes.func, PropTypes.object]);
\No newline at end of file