A directive that manages slot content and its properties.
This directive handles changes to the slot content and its properties, and manages the lifecycle of the slot handler.
Props extends Record<string, any>
A record type representing the properties for the slot.
readonlyprops:InputSignal<Props>
The properties for the slot content.
readonlyslot:InputSignal<SlotContent<Props>>
The slot content to be managed.