Skip to content

Commit 495e57f

Browse files
authored
Merge pull request #1301 from data-driven-forms/fix-stash-marks
fix(mui): remove git stash marks
2 parents d339e01 + f7c48cb commit 495e57f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/mui-component-mapper/src/date-picker/date-picker.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ type InternalDatePickerProps<TInputDate, TDate> = MuiDatePickerProps<TInputDate,
66
}
77

88
export type DatePickerProps<TInputDate, TDate> = InternalDatePickerProps<TInputDate, TDate> & UseFieldApiComponentConfig;
9-
<<<<<<< Updated upstream
10-
=======
119

12-
>>>>>>> Stashed changes
1310
declare const DatePicker: React.ComponentType<DatePickerProps<any, any>>;
1411

1512
export default DatePicker;

0 commit comments

Comments
 (0)