ComponentReturnType
ComponentReturnType
is a simple alias for what a React component can return: either a ReactElement, or null
for an empty component.
ReactElement<any, any> | null
Since
v1.0.0
ComponentReturnType
ComponentReturnType
is a simple alias for what a React component can return: either a ReactElement, or null
for an empty component.
ReactElement<any, any> | null
v1.0.0