@idmwx/idmui-gl3 4.8.4 → 4.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,57 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const name: string;
4
+ namespace props {
5
+ namespace map {
6
+ const type: ObjectConstructor;
7
+ }
8
+ namespace enabled {
9
+ const type_1: BooleanConstructor;
10
+ export { type_1 as type };
11
+ }
12
+ namespace weatherLayers {
13
+ const type_2: ObjectConstructor;
14
+ export { type_2 as type };
15
+ function _default(): {};
16
+ export { _default as default };
17
+ }
18
+ namespace zoom {
19
+ const type_3: NumberConstructor;
20
+ export { type_3 as type };
21
+ const _default_1: number;
22
+ export { _default_1 as default };
23
+ }
24
+ namespace left {
25
+ const type_4: StringConstructor;
26
+ export { type_4 as type };
27
+ const _default_2: string;
28
+ export { _default_2 as default };
29
+ }
30
+ namespace bottom {
31
+ const type_5: StringConstructor;
32
+ export { type_5 as type };
33
+ const _default_3: string;
34
+ export { _default_3 as default };
35
+ }
36
+ namespace token {
37
+ const type_6: StringConstructor;
38
+ export { type_6 as type };
39
+ const _default_4: string;
40
+ export { _default_4 as default };
41
+ }
42
+ }
43
+ function data(): {
44
+ layer: string;
45
+ };
46
+ namespace watch {
47
+ export namespace enabled_1 {
48
+ function handler(): void;
49
+ const immediate: boolean;
50
+ }
51
+ export { enabled_1 as enabled };
52
+ }
53
+ namespace methods {
54
+ function handleRender(): void;
55
+ function handleClear(): void;
56
+ }
57
+ }