We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3d757 commit 9fa0a8dCopy full SHA for 9fa0a8d
src/index.js
@@ -34,6 +34,7 @@ const propTypes = {
34
]),
35
getPopupContainer: PropTypes.func,
36
getDocument: PropTypes.func,
37
+ popup: PropTypes.oneOfType([PropTypes.node, PropTypes.func]).isRequired,
38
prefixCls: PropTypes.string,
39
popupClassName: PropTypes.string,
40
popupMaskClassName: PropTypes.string,
0 commit comments