UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

24 lines (23 loc) 512 B
export declare const CSS: { container: string; containerContent: string; hasProgress: string; hide: string; primary: string; secondary: string; tertiary: string; }; export declare const SLOTS: { logo: string; user: string; progress: string; navigationAction: string; contentStart: string; contentEnd: string; contentCenter: string; navSecondary: string; navTertiary: string; }; export declare const ICONS: { readonly hamburger: "hamburger"; };