ComponentReturnType
ComponentReturnType is a simple alias for what a Solid component can return: either a SolidElement, or null for an empty component.
JSXElementSince
v8.3.0
ComponentReturnTypeComponentReturnType is a simple alias for what a Solid component can return: either a SolidElement, or null for an empty component.
JSXElementv8.3.0