@tianditu/wc
Version:
Web components for tianditu, powered by Demo Macro.
12 lines (10 loc) • 380 B
TypeScript
import type { Components, JSX } from "../types/components";
interface TdtControlCopyright extends Components.TdtControlCopyright, HTMLElement {}
export const TdtControlCopyright: {
prototype: TdtControlCopyright;
new (): TdtControlCopyright;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;