0
0
llucycodes42
= {
name:String
}
The code declares a PropTypes object, which contains a name property. When the code is compiled and executed, the name property will be automatically populated with the value "String.
Library: react
Shortcut: pto
import PropTypes from 'prop-types';
PropTypes.object