feat(components): [modal] export modalProps (#5340)

pull/5350/head
bqy 2022-03-15 23:02:49 +08:00 committed by GitHub
parent a3149521bd
commit eb6711f4f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 },