Skip to content

Commit

Permalink
Update button.tsx (#8918)
Browse files Browse the repository at this point in the history
  • Loading branch information
urakozz authored and afc163 committed Jan 10, 2018
1 parent a0c189f commit 693e734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/button/button.tsx
Expand Up @@ -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;
Expand Down

0 comments on commit 693e734

Please sign in to comment.