@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
20 lines (19 loc) • 779 B
TypeScript
export declare const comboboxTokens: {
calciteComboboxInputHeight: string;
calciteComboboxInputBackgroundColor: string;
calciteComboboxInputTextColor: string;
calciteComboboxInputBorderColor: string;
calciteComboboxIconColor: string;
calciteComboboxIconColorHover: string;
calciteComboboxBackgroundColor: string;
calciteChipBackgroundColor: string;
calciteChipTextColor: string;
calciteChipIconColor: string;
calciteChipCloseIconColor: string;
calciteChipCornerRadius: string;
calciteComboboxItemGroupTextColor: string;
calciteComboboxItemGroupBorderColor: string;
};
export declare const defaultCombobox: string;
export declare const singleSelectCombobox: string;
export declare const comboboxWithPlaceHolderIcon: string;