UNPKG
@tianditu/wc
Version:
edge (0.0.3-edge.1)
latest (0.0.2)
0.0.3-edge.1
0.0.3-edge.0
0.0.2
0.0.1
0.0.1-edge.0
0.0.0
Web components for tianditu, powered by Demo Macro.
github.com/DemoMacro/tianditu
DemoMacro/tianditu
@tianditu/wc
/
dist
/
types
/
components
/
tdt-control-copyright
/
tdt-control-copyright.d.ts
11 lines
(10 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export declare class TdtControlCopyright {
position
: T.ControlPosition;
content
?: string; uniqueId: string; control: T.ControlCopyright; map: T.Map; connectedCallback(): void; componentWillRender(): void; render(): any; }