Component type aliases
ComponentReturnType
ComponentReturnType is a simple alias for what a Solid component can return: either a SolidElement, or null for an empty component. Read more.
ComponentReturnTypeComponentReturnType is a simple alias for what a Solid component can return: either a SolidElement, or null for an empty component. Read more.