Skip to content

Commit

Permalink
Merge pull request #1 from mui/master
Browse files Browse the repository at this point in the history
[core] Remove oudated pickers prop-type logic (mui#35571)
  • Loading branch information
Johnmiicheal committed Dec 22, 2022
2 parents a04f578 + defd28e commit 7fc805c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions scripts/generateProptypes.ts
Expand Up @@ -50,22 +50,6 @@ const useExternalDocumentation: Record<string, '*' | readonly string[]> = {
// In DialogContentText we pass it through
// Therefore it's considered "unused" in the actual component but we still want to document it.
DialogContentText: ['classes'],
DatePicker: '*',
MobileDatePicker: '*',
StaticDatePicker: '*',
DesktopDatePicker: '*',
TimePicker: '*',
MobileTimePicker: '*',
StaticTimePicker: '*',
DesktopTimePicker: '*',
DateTimePicker: '*',
MobileDateTimePicker: '*',
StaticDateTimePicker: '*',
DesktopDateTimePicker: '*',
DateRangePicker: '*',
MobileDateRangePicker: '*',
StaticDateRangePicker: '*',
DesktopDateRangePicker: '*',
FilledInput: useExternalPropsFromInputBase,
IconButton: ['disableRipple'],
Input: useExternalPropsFromInputBase,
Expand Down

0 comments on commit 7fc805c

Please sign in to comment.