UNPKG

@tianditu/wc

Version:

Web components for tianditu, powered by Demo Macro.

12 lines (10 loc) 335 B
import type { Components, JSX } from "../types/components"; interface TdtControl extends Components.TdtControl, HTMLElement {} export const TdtControl: { prototype: TdtControl; new (): TdtControl; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;