@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
17 lines (16 loc) • 322 B
TypeScript
export declare const CSS: {
content: string;
toggle: string;
toggleSwitch: string;
sectionHeader: string;
sectionHeaderText: string;
};
export declare const TEXT: {
collapse: string;
expand: string;
};
export declare const ICONS: {
menuOpen: string;
menuClosedLeft: string;
menuClosedRight: string;
};