@idmwx/idmui-gl4
Version:
idm webgl4
36 lines (35 loc) • 883 B
TypeScript
export default _sfc_main;
declare namespace _sfc_main {
const name: string;
namespace props {
namespace map {
const type: ObjectConstructor;
}
namespace show {
const type_1: BooleanConstructor;
export { type_1 as type };
}
namespace beforeLayer {
const type_2: StringConstructor;
export { type_2 as type };
}
}
function setup(): {
Theme: import("vuetify").ThemeInstance;
};
function data(): {
layer: string;
labelLayer: string;
};
namespace watch {
export namespace show_1 {
function handler(): void;
const immediate: boolean;
}
export { show_1 as show };
}
namespace methods {
function handleRender(): void;
function handleClear(): void;
}
}