Update button.tsx (#8918)

This commit is contained in:
Yury Kozyrev 2018-01-10 15:57:11 +01:00 committed by 偏右
parent a0c189f800
commit 693e734a82

View File

@ -47,6 +47,7 @@ export interface ButtonProps {
onClick?: React.FormEventHandler<any>;
onMouseUp?: React.FormEventHandler<any>;
onMouseDown?: React.FormEventHandler<any>;
tabIndex?: number;
loading?: boolean | { delay?: number };
disabled?: boolean;
style?: React.CSSProperties;