0
0
llucycodes42
This code declares that the PropTypes.exact type is required and cannot be omitted.
Library: react
Shortcut: ptexr
import PropTypes from 'prop-types';
PropTypes.exact({
}).isRequired
0
0
llucycodes42
This code declares that the PropTypes.exact type is required and cannot be omitted.
Library: react
Shortcut: ptexr
import PropTypes from 'prop-types';
PropTypes.exact({
}).isRequired