fix(Modal): add another prop

This commit is contained in:
AAGaming
2022-07-25 15:33:35 -04:00
parent 9a728611f4
commit 2fdfcdd478

View File

@@ -23,6 +23,7 @@ export interface ModalRootProps {
bDestructiveWarning?: boolean;
bDisableBackgroundDismiss?: boolean;
bHideCloseIcon?: boolean;
bOKDisabled?: boolean;
}
export const ModalRoot = findModuleChild((m) => {