@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
28 lines (27 loc) • 737 B
TypeScript
export declare const CSS: {
actionsEnd: string;
bulletPointIcon: string;
checkbox: string;
checkboxContainer: string;
checkboxLabel: string;
checkmarkIcon: string;
chevron: string;
childrenContainer: string;
iconStart: string;
itemExpanded: string;
nodeAndActionsContainer: string;
nodeContainer: string;
};
export declare const SLOTS: {
actionsEnd: string;
children: string;
};
export declare const ICONS: {
readonly blank: "blank";
readonly bulletPoint: "bullet-point";
readonly checkmark: "check";
readonly checkSquareF: "check-square-f";
readonly chevronRight: "chevron-right";
readonly minusSquareF: "minus-square-f";
readonly square: "square";
};