UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

28 lines (27 loc) 834 B
export declare const ComboboxItemSelector = "CALCITE-COMBOBOX-ITEM"; export declare const ComboboxItemGroupSelector = "CALCITE-COMBOBOX-ITEM-GROUP"; export declare const AllComboboxChildrenSelector = "CALCITE-COMBOBOX-ITEM, CALCITE-COMBOBOX-ITEM-GROUP"; export declare const CSS: { allSelected: string; chip: string; chipInvisible: string; icon: string; input: string; inputHidden: string; label: string; labelIcon: string; listContainer: string; placeholderIcon: string; selectAll: string; selectionDisplayFit: string; selectionDisplaySingle: string; selectedIcon: string; floatingUIContainer: string; screenReadersOnly: string; wrapper: string; wrapperSingle: string; wrapperActive: string; }; export declare const IDS: { validationMessage: string; };