File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { OverlayTrigger } from '../Overlay';
55import Tooltip from '../Tooltip' ;
66import Icon from '../Icon' ;
77
8- interface Props extends React . HTMLAttributes < HTMLButtonElement > {
8+ interface Props extends React . ButtonHTMLAttributes < HTMLButtonElement > {
99 /** Component that renders the icon, currently defaults to `Icon` */
1010 iconAs ?: React . ComponentType < any > ,
1111 /** Additional CSS class[es] to apply to this button */
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
44/**
55 *
66 * @param {object } args arguments
7- * @param {boolean } args.activeValue the current value of the active/selected iconButton.
7+ * @param {string } args.activeValue the current value of the active/selected iconButton.
88 * if not provided, none of the iconButtons will initially be active
99 * @param {Function } args.onChange callback to call when toggle value changes.
1010 * Receives value of the selected toggle button.
You can’t perform that action at this time.
0 commit comments