Interface ThemeIcon
interface ThemeIcon {
color?: ThemeColor;
id: string;
}Properties§
§
readonly color?: ThemeColor§readonly id: stringinterface ThemeIcon {
color?: ThemeColor;
id: string;
}readonly color?: ThemeColor§readonly id: string