We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a314952 commit eb6711fCopy full SHA for eb6711f
components/modal/Modal.tsx
@@ -34,7 +34,7 @@ if (canUseDocElement()) {
34
addEventListener(document.documentElement, 'click', getClickPosition, true);
35
}
36
37
-const modalProps = () => ({
+export const modalProps = () => ({
38
prefixCls: String,
39
visible: { type: Boolean, default: undefined },
40
confirmLoading: { type: Boolean, default: undefined },
0 commit comments