Skip to content

Commit

Permalink
style: remove unsed codes (vueComponent#3382)
Browse files Browse the repository at this point in the history
  • Loading branch information
4geru authored Dec 17, 2020
1 parent a9eb253 commit 184fe68
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions components/date-picker/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,3 @@ export const WeekPickerProps = {
...SinglePickerProps,
placeholder: PropTypes.string,
};

// export interface DatePickerDecorator extends React.ClassicComponentClass<DatePickerProps> {
// RangePicker: React.ClassicComponentClass<RangePickerProps>;
// MonthPicker: React.ClassicComponentClass<MonthPickerProps>;
// WeekPicker: React.ClassicComponentClass<WeexPickerProps>;
// }

0 comments on commit 184fe68

Please sign in to comment.