The base type for the props type argument.
props
This is not the type of the props property itself. It merely defines the type constraint for the type argument passed when extending any of the logic classes.
It accepts null for components that don't take any props.
The base type for the
propstype argument.This is not the type of the
propsproperty itself. It merely defines the type constraint for the type argument passed when extending any of the logic classes.It accepts null for components that don't take any props.