forked from p96170835/amis
ts 错误
This commit is contained in:
parent
7f460a026f
commit
02351ec37b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue