createSymbolSlot
Create a component which accepts emitted symbols. The returned component has a ref property which is a ref to a reactive set of all symbols emitted by children of the component.
import { createSymbolSlot } from "@alloy-js/core";
function createSymbolSlot(): SymbolSlot;