UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

7 lines (6 loc) 391 B
export declare const runtime: import('@arcgis/lumina').Runtime; /** * "customElement" needs to be exported - it will be used by the build system. * You should not call it directly. */ export declare const customElement: (tagName: string, component: typeof import('@arcgis/lumina').LitElement) => void, getAssetPath: (suffix: string) => string, setAssetPath: (path: URL | string) => void;