@idmwx/idmui-gl4
Version:
idm webgl4
47 lines (46 loc) • 1.26 kB
TypeScript
export default _sfc_main;
declare namespace _sfc_main {
const name: string;
namespace props {
namespace map {
const type: ObjectConstructor;
}
namespace port {
const type_1: ObjectConstructor;
export { type_1 as type };
}
namespace beforeLayer {
const type_2: StringConstructor;
export { type_2 as type };
}
namespace forecastModel {
const type_3: StringConstructor;
export { type_3 as type };
}
}
const emits: string[];
function data(): {
source: string;
layer: string;
showPort: boolean;
form: {};
marker: undefined;
};
namespace computed {
function computeLat(): (lat: any) => any;
function computeLng(): (lng: any) => any;
}
namespace watch {
export namespace port_1 {
function handler(): void;
const immediate: boolean;
}
export { port_1 as port };
}
namespace methods {
function handleClick(event: any): void;
function handleRender(): void;
function handleClear(): void;
function handleClickMeteo(port: any): void;
}
}