mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
style: optimize date-picker code
This commit is contained in:
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
Block a user