Interface DropdownEntryIconLabel

DropdownEntryIconLabel defines an icon to be used as label for a dropdown entry.

interface DropdownEntryIconLabel {
    icon: string;
}

Properties

Properties

icon: string

Generated using TypeDoc