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