Skip to content

Commit

Permalink
Revert "Added size prop to ToggleButton.d.ts"
Browse files Browse the repository at this point in the history
This reverts commit 49d5b8f.
  • Loading branch information
“Calvin” committed May 22, 2019
1 parent 49d5b8f commit aab4a6a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ declare const ToggleButton: ExtendButtonBase<{
disableFocusRipple?: boolean;
disableRipple?: boolean;
selected?: boolean;
size?: 'small' | 'medium' | 'large';
value?: any;
};
defaultComponent: 'button';
Expand Down

0 comments on commit aab4a6a

Please sign in to comment.