- import type DateTable from './date-table.vue';
- import type Calendar from './calendar.vue';
- export declare type DateTableInstance = InstanceType<typeof DateTable>;
- export declare type CalendarDateTableInstance = DateTableInstance;
- export declare type CalendarInstance = InstanceType<typeof Calendar>;
|