index.ts 337 B

1234567891011
  1. import { ColumnType } from '@/common/methods/table';
  2. import { Column } from '@/services/go/commonService/interface';
  3. import { getBtnList } from './button';
  4. import { getTableColumns } from './clolumn';
  5. import { getTableEvent } from './event';
  6. export { getTableColumns, getTableEvent, getBtnList };
  7. export type { Column, ColumnType };