mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-21 22:09:16 +08:00
[bugfix] Dialog: fix type definition (#1799)
This commit is contained in:
parent
bd815a5839
commit
3d00566182
1
types/dialog.d.ts
vendored
1
types/dialog.d.ts
vendored
@ -5,6 +5,7 @@ export type DialogOptions = {
|
||||
title?: string;
|
||||
message?: string;
|
||||
overlay?: boolean;
|
||||
className?: string;
|
||||
lockScroll?: boolean;
|
||||
confirmButtonText?: string;
|
||||
cancelButtonText?: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user