@idmwx/idmui-gl4
Version:
idm webgl4
52 lines (51 loc) • 1.47 kB
TypeScript
export default _sfc_main;
declare namespace _sfc_main {
const name: string;
const components: undefined;
namespace props {
namespace map {
const type: ObjectConstructor;
}
namespace show {
const type_1: BooleanConstructor;
export { type_1 as type };
}
namespace locale {
const type_2: StringConstructor;
export { type_2 as type };
}
namespace beforeLayer {
const type_3: StringConstructor;
export { type_3 as type };
}
}
function data(): {
layer: string;
showInfo: boolean;
hoverStation: undefined;
marker: null;
showDetail: boolean;
station: undefined;
};
namespace watch {
export namespace show_1 {
function handler(): void;
const immediate: boolean;
}
export { show_1 as show };
export namespace locale_1 {
export function handler(): void;
const immediate_1: boolean;
export { immediate_1 as immediate };
}
export { locale_1 as locale };
}
namespace methods {
function handleRender(): void;
function handleClear(): void;
function handleClick(event: any): void;
function handleHover(event: any): void;
function handleLeave(): void;
function handleCloseDetail(): void;
}
}