tg-map-vue3
Version:
封装 百度地图, Google地图, Here地图(未完成) 的Vue3组件库
33 lines (32 loc) • 1.67 kB
TypeScript
import { ControlPosition } from '../../map/map/controls/control';
import { type MapTypeControl, MapTypeControlType } from '../../map/map/controls/map-type.control';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
position: {
type: import("vue").PropType<import("../index.ts").StringEnumValue<typeof ControlPosition>>;
default: ControlPosition;
};
type: {
type: import("vue").PropType<import("../index.ts").StringEnumValue<typeof MapTypeControlType>>;
};
mapTypes: {
type: import("vue").PropType<import("../index.ts").MapType[]>;
};
}>, {
control: MapTypeControl;
}, {}, {}, {}, import("vue").DefineComponent<{}, {}, {}, {}, {
recreate(): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
position: {
type: import("vue").PropType<import("../index.ts").StringEnumValue<typeof ControlPosition>>;
default: ControlPosition;
};
type: {
type: import("vue").PropType<import("../index.ts").StringEnumValue<typeof MapTypeControlType>>;
};
mapTypes: {
type: import("vue").PropType<import("../index.ts").MapType[]>;
};
}>> & Readonly<{}>, {
position: import("../index.ts").StringEnumValue<typeof ControlPosition>;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;