Reference
Slot
Renders a named layout slot with optional fallback children.
Signature
function Slot(props?: { children?: ReactCompatNode; name?: string }): ReactCompatElementReference
Renders a named layout slot with optional fallback children.
function Slot(props?: { children?: ReactCompatNode; name?: string }): ReactCompatElement