0
0
llucycodes42
The code checks if the given object is a required property of a given object.
Library: react
Shortcut: ptoor
import PropTypes from 'prop-types';
PropTypes.objectOf().isRequired
0
0
llucycodes42
The code checks if the given object is a required property of a given object.
Library: react
Shortcut: ptoor
import PropTypes from 'prop-types';
PropTypes.objectOf().isRequired