@idmwx/idmui-mapbox3
Version:
idm mapbox 3
46 lines (45 loc) • 1.22 kB
TypeScript
export default _sfc_main;
declare namespace _sfc_main {
const name: string;
namespace props {
namespace line {
export const type: ObjectConstructor;
function _default(): {};
export { _default as default };
}
namespace map {
const type_1: ObjectConstructor;
export { type_1 as type };
function _default_1(): undefined;
export { _default_1 as default };
}
namespace activeWeatherLayers {
const type_2: ArrayConstructor;
export { type_2 as type };
}
}
const emits: string[];
function data(): {
source: string;
layer: string;
borderLayer: string;
pointLayer: string;
emailPointLayer: string;
dangerLineLayer: string;
};
const watch: {
activeWeatherLayers: {
handler(): void;
deep: boolean;
};
'line.version': {
handler(): void;
};
};
function beforeUnmount(): void;
namespace methods {
function handleRender(): void;
function handleClick(e: any): void;
function handleClear(): void;
}
}