more descriptive comment for isDisabled prop
This commit is contained in:
parent
11932f460e
commit
9c3159cc15
@ -88,7 +88,7 @@ Tooltip.defaultProps = {
|
||||
};
|
||||
|
||||
Tooltip.propTypes = {
|
||||
// Allow null
|
||||
/** prevents tooltip from rendering despite hover/active/sticky */
|
||||
isDisabled: PropTypes.bool,
|
||||
content: PropTypes.oneOfType([PropTypes.node, PropTypes.func]),
|
||||
position: PropTypes.oneOf([
|
||||
|
||||
Loading…
Reference in New Issue
Block a user