mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
[material-ui] Add placeholder, title to TextFieldProps (#27082)
This commit is contained in:
committed by
Ryan Cavanaugh
parent
ec15c9c9a3
commit
fc1bfd0f9e
Vendored
+2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user