types(Dialog): add missing destroyOnClose and keyboardEnabled type (#13404)

This commit is contained in:
yuhengshen
2025-03-23 16:43:53 +08:00
committed by GitHub
parent 3dc20ad39e
commit ab79f16b30

View File

@@ -31,6 +31,8 @@ export type DialogOptions = {
confirmButtonColor?: string;
confirmButtonDisabled?: boolean;
closeOnClickOverlay?: boolean;
destroyOnClose?: boolean;
keyboardEnabled?: boolean;
};
export type DialogThemeVars = {