UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

10 lines (9 loc) 166 B
export interface IDialogMapPointProps { modelValue: { lng: number; lat: number; }; visible: boolean; city?: string; ak: string; }