The base type for the props type argument.
This is not the type the props property itself.
It merely defines the type constraint for the type argument
passed when extending any of the advanced external classes.
It differs from the type of the actual props object
in that it accepts null for components that don't take any props.
The base type for the props type argument. This is not the type the
props
property itself. It merely defines the type constraint for the type argument passed when extending any of the advanced external classes.It differs from the type of the actual props object in that it accepts null for components that don't take any props.