@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
27 lines (26 loc) • 619 B
TypeScript
import { Scale } from '../interfaces';
export declare const CSS: {
active: string;
centerContent: string;
container: string;
iconCustom: string;
description: string;
icon: string;
label: string;
scale: (scale: Scale) => "scale--s" | "scale--m" | "scale--l";
shortText: string;
single: string;
textContainer: string;
heading: string;
};
export declare const ICONS: {
checked: string;
circle: string;
indeterminate: string;
selectedSingle: string;
unchecked: string;
};
export declare const SLOTS: {
contentEnd: string;
contentStart: string;
};