0
0
llucycodes42
This code asserts that the type of the object passed in as the argument must be of type oneOfType, which is a list of types.
Library: react
Shortcut: ptetr
import PropTypes from 'prop-types';
PropTypes.oneOfType([
]).isRequired