interface Slottable {
    assignedSlot: HTMLSlotElement | null;
}
Hierarchy
Index

Properties

Properties

assignedSlot: HTMLSlotElement | null