esri-map-view
Version:
Display an Esri map view as a web component.
12 lines (10 loc) • 350 B
TypeScript
import type { Components, JSX } from "../types/components";
interface EsriSceneView extends Components.EsriSceneView, HTMLElement {}
export const EsriSceneView: {
prototype: EsriSceneView;
new (): EsriSceneView;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;