[material-ui] Add placeholder, title to TextFieldProps (#27082)

This commit is contained in:
Jonathan Skeate
2018-07-15 12:44:37 -07:00
committed by Ryan Cavanaugh
parent ec15c9c9a3
commit fc1bfd0f9e
+2
View File
@@ -1908,6 +1908,8 @@ declare namespace __MaterialUI {
minlength?: string;
step?: number;
autoComplete?: string;
placeholder?: string;
title?: string;
}
export class TextField extends React.Component<TextFieldProps> {
blur(): void;