UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

28 lines (27 loc) 563 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; resizeIconWrapper: string; numberButtonItem: string; }; export declare const INPUT_TYPE_ICONS: { tel: string; password: string; email: string; date: string; time: string; search: string; }; export declare const SLOTS: { action: string; };