@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
28 lines (27 loc) • 678 B
TypeScript
export declare const IDS: {
content: string;
toggle: string;
};
export declare const CSS: {
chevronIcon: string;
content: string;
iconStart: string;
iconEnd: string;
invalid: string;
sectionHeader: string;
sectionHeaderText: string;
statusIcon: string;
switch: string;
toggle: string;
toggleSwitch: string;
toggleContainer: string;
toggleSwitchContent: string;
toggleSwitchText: string;
valid: string;
};
export declare const ICONS: {
readonly menuExpanded: "chevron-up";
readonly menuCollapsed: "chevron-down";
readonly valid: "check-circle";
readonly invalid: "exclamation-mark-triangle";
};