@idmwx/idmui-gl4
Version:
idm webgl4
76 lines (75 loc) • 2.15 kB
TypeScript
export default _sfc_main;
declare namespace _sfc_main {
const name: string;
namespace props {
namespace token {
export const type: StringConstructor;
const _default: string;
export { _default as default };
}
namespace height {
const type_1: StringConstructor;
export { type_1 as type };
const _default_1: string;
export { _default_1 as default };
}
namespace width {
const type_2: StringConstructor;
export { type_2 as type };
const _default_2: string;
export { _default_2 as default };
}
namespace top {
const type_3: NumberConstructor;
export { type_3 as type };
const _default_3: number;
export { _default_3 as default };
}
namespace simple {
const type_4: BooleanConstructor;
export { type_4 as type };
const _default_4: boolean;
export { _default_4 as default };
}
namespace mapFeather {
const type_5: StringConstructor;
export { type_5 as type };
}
namespace menuToggle {
const type_6: ObjectConstructor;
export { type_6 as type };
const _default_5: {};
export { _default_5 as default };
}
}
const emits: string[];
function data(): {
map: undefined;
beforeLayer: string;
helper: undefined;
zoom: number;
right: number;
};
namespace computed {
function computeYear(): number;
}
const watch: {
'menuToggle.v': {
handler(): void;
};
mapFeather: {
handler(): void;
immediate: boolean;
};
map: {
handler(): void;
immediate: boolean;
};
};
namespace methods {
function initOnlineMap(): Promise<void>;
function addScaleControl(): void;
function handleZoomIn(): void;
function handleZoomOut(): void;
}
}