UNPKG

@vuemap/vue-amap

Version:

高德地图vue3版本封装

49 lines (48 loc) 1.16 kB
export declare const propsTypes: { type: { type: StringConstructor; }; city: { type: StringConstructor; }; datatype: { type: StringConstructor; }; citylimit: { type: BooleanConstructor; default: boolean; }; inputId: { type: StringConstructor; }; inputCustom: { type: BooleanConstructor; default: boolean; }; outputId: { type: StringConstructor; }; outPutDirAuto: { type: BooleanConstructor; default: boolean; }; closeResultOnScroll: { type: BooleanConstructor; default: boolean; }; lang: { type: StringConstructor; }; placeholder: { type: StringConstructor; }; debounce: { type: NumberConstructor; default: number; }; } & { visible: import("../../../utils/buildHelper").IPropOptions<boolean>; zIndex: import("../../../utils/buildHelper").IPropOptions<number>; reEventWhenUpdate: import("../../../utils/buildHelper").IPropOptions<boolean>; extraOptions: import("../../../utils/buildHelper").IPropOptions<any>; };