diff --git a/packages/react/src/components/TooltipIcon/TooltipIcon.js b/packages/react/src/components/TooltipIcon/TooltipIcon.js index c0b0fd313abc..f69b024bb8cf 100644 --- a/packages/react/src/components/TooltipIcon/TooltipIcon.js +++ b/packages/react/src/components/TooltipIcon/TooltipIcon.js @@ -55,7 +55,7 @@ TooltipIcon.propTypes = { /** * Specify the direction of the tooltip. Can be either top or bottom. */ - direction: PropTypes.oneOf(['top', 'bottom']), + direction: PropTypes.oneOf(['top', 'right', 'left', 'bottom']), /** * Specify the alignment (to the trigger button) of the tooltip.