@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
18 lines (17 loc) • 355 B
TypeScript
export declare const CSS: {
checkboxLabel: string;
checkbox: string;
chevron: string;
nodeContainer: string;
childrenContainer: string;
bulletPointIcon: string;
checkmarkIcon: string;
};
export declare const SLOTS: {
children: string;
};
export declare const ICONS: {
bulletPoint: string;
checkmark: string;
chevronRight: string;
};