Skip to content

Commit 9fa0a8d

Browse files
committed
Modified src/index.js
1 parent de3d757 commit 9fa0a8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const propTypes = {
3434
]),
3535
getPopupContainer: PropTypes.func,
3636
getDocument: PropTypes.func,
37+
popup: PropTypes.oneOfType([PropTypes.node, PropTypes.func]).isRequired,
3738
prefixCls: PropTypes.string,
3839
popupClassName: PropTypes.string,
3940
popupMaskClassName: PropTypes.string,

0 commit comments

Comments
 (0)