mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update material-ui.d.ts
used spaces instead of tabs
This commit is contained in:
Vendored
+1
-1
@@ -317,7 +317,7 @@ declare namespace __MaterialUI {
|
||||
onTouchTap?: React.TouchEventHandler;
|
||||
shouldDisableDate?: (day: Date) => boolean;
|
||||
showYearSelector?: boolean;
|
||||
style?: React.CSSProperties;
|
||||
style?: React.CSSProperties;
|
||||
textFieldStyle?: React.CSSProperties;
|
||||
}
|
||||
export class DatePicker extends React.Component<DatePickerProps, {}> {
|
||||
|
||||
Reference in New Issue
Block a user