mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-27 03:02:50 +00:00
Merge pull request #10687 from NoHomey/patch-11
getInputNode should return HTMLInputElement
This commit is contained in:
commit
bd0cbd30fb
2
material-ui/material-ui.d.ts
vendored
2
material-ui/material-ui.d.ts
vendored
@ -1712,7 +1712,7 @@ declare namespace __MaterialUI {
|
||||
focus(): void;
|
||||
select(): void;
|
||||
getValue(): string;
|
||||
getInputNode(): Element;
|
||||
getInputNode(): HTMLInputElement;
|
||||
}
|
||||
|
||||
interface TimePickerProps extends React.Props<TimePicker> {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user