Skip to content

Commit

Permalink
[Button] Add fullWidth to ButtonClassKey (#10310)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanorie authored and oliviertassinari committed Feb 15, 2018
1 parent 6be5cf7 commit 434bf29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Button/Button.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export type ButtonClassKey =
| 'keyboardFocused'
| 'raisedPrimary'
| 'raisedSecondary'
| 'fab';
| 'fab'
| 'fullWidth';

declare const Button: React.ComponentType<ButtonProps>;

Expand Down

0 comments on commit 434bf29

Please sign in to comment.