style: optimize date-picker code
parent
a007b4757a
commit
c98e13d803
|
@ -56,9 +56,4 @@ DatePicker.install = function(app: App) {
|
|||
return app;
|
||||
};
|
||||
|
||||
export default DatePicker as typeof DatePicker &
|
||||
Plugin & {
|
||||
readonly RangePicker: typeof RangePicker;
|
||||
readonly MonthPicker: typeof MonthPicker;
|
||||
readonly WeekPicker: typeof WeekPicker;
|
||||
};
|
||||
export default DatePicker as typeof DatePicker & Plugin;
|
||||
|
|
Loading…
Reference in New Issue