UNPKG

@aplus-frontend/ui

Version:

10 lines (9 loc) 351 B
import { default as _ApTable } from './ap-table.vue'; import { default as ApTableSetting } from './components/setting/modal/index.vue'; type ApTableMixedType = typeof _ApTable & { Setting: typeof ApTableSetting; }; declare const ApTable: ApTableMixedType; export { ApTable }; export * from './interface'; export * from './hooks/use-table-paging';