0
0
llucycodes42
The code declares a prop type of type 'oneOf', which means that the type can have any value.
Library: react
Shortcut: pte
import PropTypes from 'prop-types';
PropTypes.oneOf([''])
0
0
llucycodes42
The code declares a prop type of type 'oneOf', which means that the type can have any value.
Library: react
Shortcut: pte
import PropTypes from 'prop-types';
PropTypes.oneOf([''])