ts 错误

This commit is contained in:
liaoxuezhi 2019-11-22 17:22:42 +08:00
parent 7f460a026f
commit 02351ec37b
1 changed files with 1 additions and 5 deletions

View File

@ -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>,
HTMLButtonElement
> {
interface ButtonProps extends React.DOMAttributes<HTMLButtonElement> {
id?: string;
className?: string;
href?: string;