feat(components): [modal] export modalProps (#5340)
parent
a3149521bd
commit
eb6711f4f9
|
@ -34,7 +34,7 @@ if (canUseDocElement()) {
|
|||
addEventListener(document.documentElement, 'click', getClickPosition, true);
|
||||
}
|
||||
|
||||
const modalProps = () => ({
|
||||
export const modalProps = () => ({
|
||||
prefixCls: String,
|
||||
visible: { type: Boolean, default: undefined },
|
||||
confirmLoading: { type: Boolean, default: undefined },
|
||||
|
|
Loading…
Reference in New Issue