UNPKG

@stardust-ui/react-component-ref

Version:
4 lines (3 loc) 173 B
import * as PropTypes from 'prop-types'; /** A checker that matches the React.Ref type. */ export var refPropType = PropTypes.oneOfType([PropTypes.func, PropTypes.object]);