@idmwx/idmui-gl4
Version:
idm webgl4
37 lines (36 loc) • 914 B
TypeScript
export default _sfc_main;
declare namespace _sfc_main {
const name: string;
namespace props {
namespace map {
const type: ObjectConstructor;
}
namespace area {
const type_1: ObjectConstructor;
export { type_1 as type };
}
namespace beforeLayer {
const type_2: StringConstructor;
export { type_2 as type };
}
}
function setup(): {
Theme: import("vuetify").ThemeInstance;
};
function data(): {
source: string;
areaLayer: string;
areaLabelLayer: string;
};
namespace watch {
export namespace area_1 {
function handler(): void;
const immediate: boolean;
}
export { area_1 as area };
}
namespace methods {
function handleRender(): void;
function handleClear(): void;
}
}