@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
13 lines (12 loc) • 522 B
TypeScript
export declare const comboboxItemTokens: {
calciteComboboxTextColor: string;
calciteComboboxTextColorHover: string;
calciteComboboxItemBackgroundColorActive: string;
calciteComboboxItemBackgroundColorHover: string;
calciteComboboxSelectedIconColor: string;
calciteComboboxDescriptionTextColor: string;
calciteComboboxDescriptionTextColorPress: string;
calciteComboboxHeadingTextColor: string;
};
export declare const comboboxItem: string;
export declare const selectedComboboxItem: string;