Skip to content

Commit ab79f16

Browse files
authored
types(Dialog): add missing destroyOnClose and keyboardEnabled type (#13404)
1 parent 3dc20ad commit ab79f16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/vant/src/dialog/types.ts

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export type DialogOptions = {
3131
confirmButtonColor?: string;
3232
confirmButtonDisabled?: boolean;
3333
closeOnClickOverlay?: boolean;
34+
destroyOnClose?: boolean;
35+
keyboardEnabled?: boolean;
3436
};
3537

3638
export type DialogThemeVars = {

0 commit comments

Comments
 (0)