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