@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
36 lines (35 loc) • 783 B
TypeScript
export declare const CSS: {
actionBarContainer: string;
backButton: string;
container: string;
header: string;
heading: string;
summary: string;
description: string;
headerContent: string;
headerActions: string;
headerActionsEnd: string;
headerActionsStart: string;
contentWrapper: string;
contentContainer: string;
contentHeight: string;
fabContainer: string;
footer: string;
};
export declare const ICONS: {
close: string;
menu: string;
backLeft: string;
backRight: string;
};
export declare const SLOTS: {
actionBar: string;
headerActionsStart: string;
headerActionsEnd: string;
headerMenuActions: string;
headerContent: string;
fab: string;
footer: string;
footerActions: string;
};
export declare const HEADING_LEVEL = 3;