@wfrog/vc
Version:
vue3 组件库 vc
23 lines (22 loc) • 864 B
TypeScript
import { IDialogMapPointProps } from './dialog-map-point';
declare const _default: import('vue').DefineComponent<IDialogMapPointProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
close: () => any;
"update:modelValue": (val: {
lng: number;
lat: number;
}) => any;
"update:visible": (val: boolean) => any;
}, string, import('vue').PublicProps, Readonly<IDialogMapPointProps> & Readonly<{
onClose?: (() => any) | undefined;
"onUpdate:modelValue"?: ((val: {
lng: number;
lat: number;
}) => any) | undefined;
"onUpdate:visible"?: ((val: boolean) => any) | undefined;
}>, {
visible: boolean;
city: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
containerRef: HTMLDivElement;
}, any>;
export default _default;