mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Adding listStyle, menuItemStyle, & selectedMenuItemStyle to the material-ui SelectField property list
This commit is contained in:
3
material-ui/index.d.ts
vendored
3
material-ui/index.d.ts
vendored
@@ -1332,6 +1332,9 @@ declare namespace __MaterialUI {
|
||||
className?: string;
|
||||
maxHeight?: number;
|
||||
menuStyle?: any;
|
||||
listStyle?: React.CSSProperties;
|
||||
menuItemStyle?: React.CSSProperties;
|
||||
selectedMenuItemStyle?: React.CSSProperties;
|
||||
openImmediately?: boolean;
|
||||
}
|
||||
export class SelectField extends React.Component<SelectFieldProps, {}> {
|
||||
|
||||
Reference in New Issue
Block a user