Skip to content

Commit 6e93d6c

Browse files
author
Michael Ledin
committed
0.15.2 - SelectField maxHeight mui/material-ui#4645
1 parent a6723d4 commit 6e93d6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

material-ui/material-ui.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,7 @@ declare namespace __MaterialUI {
13131313
iconStyle?: React.CSSProperties;
13141314
id?: string;
13151315
labelStyle?: React.CSSProperties;
1316+
maxHeight?: number;
13161317
onBlur?: React.FocusEventHandler;
13171318
onChange?: (e: TouchTapEvent, index: number, menuItemValue: any) => void;
13181319
onFocus?: React.FocusEventHandler;

0 commit comments

Comments
 (0)