mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Merge pull request #17521 from artursvonda/patch-1
[material-ui] Add missing methods for opening date picker dialog
This commit is contained in:
Vendored
+2
@@ -942,6 +942,8 @@ declare namespace __MaterialUI {
|
||||
utils?: propTypes.utils;
|
||||
}
|
||||
export class DatePicker extends React.Component<DatePickerProps> {
|
||||
focus(): void;
|
||||
openDialog(): void;
|
||||
}
|
||||
|
||||
interface DatePickerDialogProps {
|
||||
|
||||
Reference in New Issue
Block a user