UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

43 lines (42 loc) 979 B
export declare const IDS: { content: string; toggle: string; header: string; }; export declare const CSS: { actionsEnd: string; button: string; container: string; content: string; contentStart: string; controlContainer: string; description: string; header: string; headerContainer: string; headerHasText: string; heading: string; icon: string; iconStart: string; iconEnd: string; iconEndContainer: string; invalid: string; statusIcon: string; summary: string; title: string; toggle: string; toggleIcon: string; valid: string; }; export declare const SLOTS: { actionsEnd: string; contentStart: string; control: string; headerMenuActions: string; icon: string; }; export declare const ICONS: { readonly expanded: "chevron-up"; readonly collapsed: "chevron-down"; readonly valid: "check-circle"; readonly invalid: "exclamation-mark-triangle"; };