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 {pickEventsProps} from '../utils/helper';
import {ClassNamesFn, themeable} from '../theme'; import {ClassNamesFn, themeable} from '../theme';
interface ButtonProps interface ButtonProps extends React.DOMAttributes<HTMLButtonElement> {
extends React.DetailedHTMLProps<
React.ButtonHTMLAttributes<HTMLButtonElement>,
HTMLButtonElement
> {
id?: string; id?: string;
className?: string; className?: string;
href?: string; href?: string;