diff --git a/src/IconButton/index.tsx b/src/IconButton/index.tsx index 8868c3f044..bcb183e865 100644 --- a/src/IconButton/index.tsx +++ b/src/IconButton/index.tsx @@ -143,7 +143,7 @@ IconButton.propTypes = { size: PropTypes.oneOf(['sm', 'md', 'inline']), /** whether to show the `IconButton` in an active state, whose styling is distinct from default state */ isActive: PropTypes.bool, - /** Used with */ + /** Used with `IconButtonToggle` */ value: PropTypes.string, };