mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +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;
|
confirmButtonColor?: string;
|
||||||
confirmButtonDisabled?: boolean;
|
confirmButtonDisabled?: boolean;
|
||||||
closeOnClickOverlay?: boolean;
|
closeOnClickOverlay?: boolean;
|
||||||
|
destroyOnClose?: boolean;
|
||||||
|
keyboardEnabled?: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type DialogThemeVars = {
|
export type DialogThemeVars = {
|
||||||
|
Reference in New Issue
Block a user