mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
types(AddressEdit): add setAddressDetail method type (#5352)
This commit is contained in:
4
types/dialog.d.ts
vendored
4
types/dialog.d.ts
vendored
@@ -1,3 +1,5 @@
|
||||
import { VanComponent } from './component';
|
||||
|
||||
type DialogAction = 'confirm' | 'cancel';
|
||||
type DialogDone = (close?: boolean) => void;
|
||||
|
||||
@@ -32,7 +34,7 @@ export interface Dialog {
|
||||
install(): void;
|
||||
setDefaultOptions(options: DialogOptions): void;
|
||||
resetDefaultOptions(): void;
|
||||
Component: any;
|
||||
Component: VanComponent;
|
||||
}
|
||||
|
||||
declare module 'vue/types/vue' {
|
||||
|
Reference in New Issue
Block a user