style: remove unsed codes (#3382)

pull/3392/head
koichi uchinishi 2020-12-17 12:54:49 +09:00 committed by GitHub
parent a9eb253bd2
commit 184fe6866c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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>;
// }