0
0
llucycodes42
This declares that the type of an object can only be an exact match for one of the PropTypes provided.
Library: react
Shortcut: ptex
import PropTypes from 'prop-types';
PropTypes.exact({
})
0
0
llucycodes42
This declares that the type of an object can only be an exact match for one of the PropTypes provided.
Library: react
Shortcut: ptex
import PropTypes from 'prop-types';
PropTypes.exact({
})