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-scale
/
tdt-control-scale.d.ts
11 lines
(10 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export declare class TdtControlScale {
position
: T.ControlPosition;
color
?: string; uniqueId: string; control: T.ControlScale; map: T.Map; connectedCallback(): void; componentWillRender(): void; render(): any; }