import type Table from './table.vue'; import type TableHead from './table-head.vue'; import TableBody from './table-body.vue'; import TableConfig from './table-config.vue'; export type TableInstance = InstanceType; export type TableHeadInstance = InstanceType; export type TableBodyInstance = InstanceType; export type TableConfigInstance = InstanceType;