Skip to content

Commit 184fe68

Browse files
authored
style: remove unsed codes (#3382)
1 parent a9eb253 commit 184fe68

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

components/date-picker/props.ts

-6
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,3 @@ export const WeekPickerProps = {
109109
...SinglePickerProps,
110110
placeholder: PropTypes.string,
111111
};
112-
113-
// export interface DatePickerDecorator extends React.ClassicComponentClass<DatePickerProps> {
114-
// RangePicker: React.ClassicComponentClass<RangePickerProps>;
115-
// MonthPicker: React.ClassicComponentClass<MonthPickerProps>;
116-
// WeekPicker: React.ClassicComponentClass<WeexPickerProps>;
117-
// }

0 commit comments

Comments
 (0)