feat: add `dialogStyle` prop (#3794)

pull/3939/head
John 2021-03-12 14:52:35 +08:00 committed by GitHub
parent dfcdf92f7a
commit 976b0b409c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ const modalProps = (defaultProps = {}) => {
keyboard: PropTypes.bool,
wrapProps: PropTypes.object,
focusTriggerAfterClose: PropTypes.bool,
dialogStyle: PropTypes.object.def(() => ({})),
};
return initDefaultProps(props, defaultProps);
};