mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Dialog: type define error (#918)
This commit is contained in:
parent
ba6c9716ce
commit
5d5e192d59
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user