@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
16 lines (15 loc) • 543 B
TypeScript
import { Scale } from '../interfaces';
export declare const CSS: {
readonly container: "container";
readonly containerActive: "container--active";
readonly contentCenter: "content-center";
readonly description: "description";
readonly heading: "heading";
readonly iconEnd: "icon-end";
readonly iconStart: "icon-start";
readonly scale: (scale: Scale) => "scale--s" | "scale--m" | "scale--l";
};
export declare const SLOTS: {
readonly contentEnd: "content-end";
readonly contentStart: "content-start";
};