0
0
llucycodes42
This code creates a new PropTypes named number which requires a boolean value be provided when it is instantiated.
Library: react
Shortcut: ptnr
import PropTypes from 'prop-types';
PropTypes.number.isRequired
0
0
llucycodes42
This code creates a new PropTypes named number which requires a boolean value be provided when it is instantiated.
Library: react
Shortcut: ptnr
import PropTypes from 'prop-types';
PropTypes.number.isRequired