UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

43 lines (42 loc) 892 B
export declare const CSS: { backButton: string; container: string; header: string; heading: string; summary: string; headerContent: string; headerActions: string; headerActionsEnd: string; headerActionsStart: string; contentWrapper: string; contentContainer: string; contentHeight: string; fabContainer: string; footer: string; menuContainer: string; menuButton: string; menu: string; menuOpen: string; }; export declare const ICONS: { close: string; menu: string; backLeft: string; backRight: string; }; export declare const SLOTS: { headerActionsStart: string; headerActionsEnd: string; headerMenuActions: string; headerContent: string; fab: string; footer: string; footerActions: string; }; export declare const TEXT: { back: string; close: string; open: string; options: string; }; export declare const HEADING_LEVEL = 3;