export { default as BaseTable } from './basic-table.vue'; export { default as TableAction } from './components/table-action.vue'; export * from './types/table'; export * from './types/tableAction';