TPropsBase: NonPrimitive | null

The base type for the props type argument.

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.