mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 07:30:53 +00:00
types(Dialog): add missing destroyOnClose and keyboardEnabled type (#13404)
This commit is contained in:
@@ -31,6 +31,8 @@ export type DialogOptions = {
|
||||
confirmButtonColor?: string;
|
||||
confirmButtonDisabled?: boolean;
|
||||
closeOnClickOverlay?: boolean;
|
||||
destroyOnClose?: boolean;
|
||||
keyboardEnabled?: boolean;
|
||||
};
|
||||
|
||||
export type DialogThemeVars = {
|
||||
|
Reference in New Issue
Block a user