We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a007b47 commit c98e13dCopy full SHA for c98e13d
components/date-picker/index.ts
@@ -56,9 +56,4 @@ DatePicker.install = function(app: App) {
56
return app;
57
};
58
59
-export default DatePicker as typeof DatePicker &
60
- Plugin & {
61
- readonly RangePicker: typeof RangePicker;
62
- readonly MonthPicker: typeof MonthPicker;
63
- readonly WeekPicker: typeof WeekPicker;
64
- };
+export default DatePicker as typeof DatePicker & Plugin;
0 commit comments