Interface Slottable

    interface Slottable {
        assignedSlot: HTMLSlotElement;
    }
    Hierarchy

    Properties

    Properties

    assignedSlot: HTMLSlotElement