We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f8393 commit d294328Copy full SHA for d294328
components/modal/Modal.jsx
@@ -66,6 +66,7 @@ const modalProps = (defaultProps = {}) => {
66
mask: PropTypes.bool,
67
keyboard: PropTypes.bool,
68
wrapProps: PropTypes.object,
69
+ focusTriggerAfterClose: PropTypes.bool,
70
};
71
return initDefaultProps(props, defaultProps);
72
0 commit comments