diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 4335c784..5edc2640 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -8,11 +8,7 @@ import TooltipWrapper, {TooltipObject, Trigger} from './TooltipWrapper'; import {pickEventsProps} from '../utils/helper'; import {ClassNamesFn, themeable} from '../theme'; -interface ButtonProps - extends React.DetailedHTMLProps< - React.ButtonHTMLAttributes, - HTMLButtonElement - > { +interface ButtonProps extends React.DOMAttributes { id?: string; className?: string; href?: string;