@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
29 lines (28 loc) • 770 B
TypeScript
export declare const CSS: {
container: string;
contentContainer: string;
contentContainerHasContent: string;
contentContainerHasOnlyContentTopAndBottom: string;
textContentContainer: string;
description: string;
heading: string;
icon: string;
interactive: string;
largeVisualDeprecated: string;
row: string;
selected: string;
selectionIcon: string;
textContent: string;
};
export declare const ICONS: {
readonly selectedMultiple: "check-square-f";
readonly selectedSingle: "circle-f";
readonly unselectedMultiple: "square";
readonly unselectedSingle: "circle";
};
export declare const SLOTS: {
contentBottom: string;
contentEnd: string;
contentStart: string;
contentTop: string;
};