mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 00:14:18 +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;
|
message?: string;
|
||||||
overlay?: boolean;
|
overlay?: boolean;
|
||||||
lockScroll?: boolean;
|
lockScroll?: boolean;
|
||||||
beforeClose?: (action: string, done: function) => void;
|
beforeClose?: (action: string, done: Function) => void;
|
||||||
confirmButtonText?: string;
|
confirmButtonText?: string;
|
||||||
cancelButtonText?: string;
|
cancelButtonText?: string;
|
||||||
showConfirmButton?: boolean;
|
showConfirmButton?: boolean;
|
||||||
|
Reference in New Issue
Block a user