UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

32 lines (31 loc) 753 B
export declare const CSS: { loader: string; clearButton: string; editingEnabled: string; inlineChild: string; inputIcon: string; prefix: string; suffix: string; numberButtonWrapper: string; buttonItemHorizontal: string; wrapper: string; inputWrapper: string; actionWrapper: string; numberButtonItem: string; hasSuffix: string; hasPrefix: string; }; export declare const IDS: { validationMessage: string; }; export declare const INPUT_TYPE_ICONS: { readonly tel: "phone"; readonly password: "lock"; readonly email: "email-address"; readonly date: "calendar"; readonly time: "clock"; readonly search: "search"; }; export declare const SLOTS: { action: string; };