Skip to content

Commit

Permalink
Reexport DateRangePickerProps, closes mui#1666 (mui#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko authored Apr 16, 2020
1 parent 2536a59 commit 70bb56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/DateRangePicker/DateRangePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function parseRangeInputValue(
) as DateRangeType;
}

interface DateRangePickerProps
export interface DateRangePickerProps
extends ExportedDateRangePickerViewProps,
ExportedDateRangePickerInputProps {
/**
Expand Down

0 comments on commit 70bb56f

Please sign in to comment.