mirror of
https://github.com/youzan/vant.git
synced 2025-12-20 01:01:34 +08:00
[bugfix] Dialog: fix type definition (#1799)
This commit is contained in:
1
types/dialog.d.ts
vendored
1
types/dialog.d.ts
vendored
@@ -5,6 +5,7 @@ export type DialogOptions = {
|
|||||||
title?: string;
|
title?: string;
|
||||||
message?: string;
|
message?: string;
|
||||||
overlay?: boolean;
|
overlay?: boolean;
|
||||||
|
className?: string;
|
||||||
lockScroll?: boolean;
|
lockScroll?: boolean;
|
||||||
confirmButtonText?: string;
|
confirmButtonText?: string;
|
||||||
cancelButtonText?: string;
|
cancelButtonText?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user