0
0
llucycodes42
= {
type: "any",
}
The code declares a new property PropTypes.any, which is an object that has the type "any". This object can hold any value, including empty strings.
Library: react
Shortcut: ptany
import PropTypes from 'prop-types';
PropTypes.any