Skip to content

Commit

Permalink
[ButtonGroup] Fix typings for disabled classes property (#18274)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssliman authored and oliviertassinari committed Nov 8, 2019
1 parent 262c8cf commit 33eef4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/material-ui/src/ButtonGroup/ButtonGroup.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export type ButtonGroupClassKey =
| 'groupedOutlinedSecondary'
| 'groupedContained'
| 'groupedContainedPrimary'
| 'groupedContainedSecondary';
| 'groupedContainedSecondary'
| 'disabled';

export type ButtonGroupProps<
D extends React.ElementType = ButtonGroupTypeMap['defaultComponent'],
Expand Down

0 comments on commit 33eef4f

Please sign in to comment.