Skip to content

Commit

Permalink
[ToggleButton] Add size prop type definition (#18778)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarfata authored and oliviertassinari committed Dec 10, 2019
1 parent 37428d5 commit 333749d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export type ToggleButtonTypeMap<
props: P & {
disableFocusRipple?: boolean;
selected?: boolean;
size?: 'small' | 'medium' | 'large';
value?: any;
};
defaultComponent: D;
Expand Down

0 comments on commit 333749d

Please sign in to comment.