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 c4c7439 commit 4e995a1Copy full SHA for 4e995a1
src/index.js
@@ -50,7 +50,8 @@ class ReactTooltip extends Component {
50
disable: PropTypes.bool,
51
scrollHide: PropTypes.bool,
52
resizeHide: PropTypes.bool,
53
- wrapper: PropTypes.string
+ wrapper: PropTypes.string,
54
+ bodyMode: PropTypes.bool
55
};
56
57
static defaultProps = {
0 commit comments