@idmwx/idmui-gl4 0.9.4 → 0.9.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.
|
@@ -132,7 +132,7 @@ declare namespace _sfc_main {
|
|
|
132
132
|
function handleBind(): void;
|
|
133
133
|
function handleClick(event: any): false | undefined;
|
|
134
134
|
function handleDrawMarker(point: any): void;
|
|
135
|
-
function handleRender(): void;
|
|
135
|
+
function handleRender(coord: any): void;
|
|
136
136
|
function handleMeteoMore(): void;
|
|
137
137
|
function handleCloseMeteo(): void;
|
|
138
138
|
function handleFollow(): void;
|