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 {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;
|
||||||
|
|
Loading…
Reference in New Issue