@arcgis/coding-components
Version:
Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.
7 lines (6 loc) • 391 B
TypeScript
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;