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
/
tdt-control.d.ts
13 lines
(12 loc)
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export declare class TdtControl { control: T.Control;
position
?: T.ControlPosition; visible: boolean;
offset
?: T.Point; options?: T.ControlOptions; uniqueId: string; map: T.Map; connectedCallback(): void; componentWillRender(): void; render(): any; }