@idmwx/idmui-mapbox3
Version:
idm mapbox 3
38 lines (37 loc) • 1.01 kB
TypeScript
export default _sfc_main;
declare namespace _sfc_main {
const name: string;
namespace props {
namespace center {
export const type: ObjectConstructor;
function _default(): {};
export { _default as default };
}
namespace token {
const type_1: StringConstructor;
export { type_1 as type };
const _default_1: string;
export { _default_1 as default };
}
}
const emits: string[];
function data(): {
helper: undefined;
map: undefined;
lngLat: undefined;
marker: undefined;
};
namespace watch {
export namespace center_1 {
function handler(): void;
const deep: boolean;
}
export { center_1 as center };
}
function mounted(): void;
namespace methods {
function initMap(): void;
function initControl(): void;
function handleAddMarker(marker: any): void;
}
}