Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Dec 19, 2019
1 parent 4387ce4 commit 07bc5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/InputBase/InputBase.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export interface InputBaseProps
startAdornment?: React.ReactNode;
}) => React.ReactNode;
rows?: string | number;
rowsMin?: string | number;
rowsMax?: string | number;
rowsMin?: string | number;
startAdornment?: React.ReactNode;
type?: string;
value?: unknown;
Expand Down

0 comments on commit 07bc5ab

Please sign in to comment.