mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
[bugfix] Dialog: type define error (#918)
This commit is contained in:
2
types/dialog.d.ts
vendored
2
types/dialog.d.ts
vendored
@@ -3,7 +3,7 @@ export type DialogOptions = {
|
||||
message?: string;
|
||||
overlay?: boolean;
|
||||
lockScroll?: boolean;
|
||||
beforeClose?: (action: string, done: function) => void;
|
||||
beforeClose?: (action: string, done: Function) => void;
|
||||
confirmButtonText?: string;
|
||||
cancelButtonText?: string;
|
||||
showConfirmButton?: boolean;
|
||||
|
Reference in New Issue
Block a user