Skip to content

Commit f7c48cb

Browse files
committed
fix(mui): remove git stash marks
1 parent d339e01 commit f7c48cb

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)