UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

28 lines (27 loc) 647 B
export declare const CSS: { title: string; close: string; imageContainer: string; chipIcon: string; textSlotted: string; container: string; imageSlotted: string; closable: string; multiple: string; single: string; selectable: string; selectIcon: string; selectIconActive: string; nonInteractive: string; isCircle: string; selected: string; }; export declare const SLOTS: { image: string; }; export declare const ICONS: { readonly close: "x"; readonly checkedSingle: "circle-f"; readonly uncheckedMultiple: "square"; readonly checkedMultiple: "check-square-f"; };