TinyBase logoTinyBase

Component type aliases

This is the collection of component type aliases within the ui-react module. There is only one type alias, ComponentReturnType.

ComponentReturnType

ComponentReturnType is a simple alias for what a React component can return: either a ReactElement, or null for an empty component.