UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

55 lines (54 loc) 1.38 kB
export declare const CSS: { actionBarContainer: string; backButton: string; container: string; contentBottom: string; contentTop: string; header: string; headerContainer: string; headerContainerBorderEnd: string; heading: string; summary: string; description: string; headerContent: string; headerActions: string; headerActionsEnd: string; headerActionsStart: string; contentWrapper: string; fabContainer: string; footer: string; footerContent: string; footerActions: string; footerStart: string; footerEnd: string; headerSlottedContent: string; menuAction: string; }; export declare const IDS: { close: string; collapse: string; }; export declare const ICONS: { readonly close: "x"; readonly menu: "ellipsis"; readonly backLeft: "chevron-left"; readonly backRight: "chevron-right"; readonly expand: "chevron-down"; readonly collapse: "chevron-up"; }; export declare const SLOTS: { actionBar: string; alerts: string; contentBottom: string; contentTop: string; headerActionsStart: string; headerActionsEnd: string; headerMenuActions: string; headerContent: string; fab: string; footer: string; footerEnd: string; footerStart: string; footerActions: string; }; export declare const HEADING_LEVEL = 3;