| 1234567891011 |
- import { ColumnType } from '@/common/methods/table';
- import { Column } from '@/services/go/commonService/interface';
- import { getBtnList } from './button';
- import { getTableColumns } from './clolumn';
- import { getTableEvent } from './event';
- export { getTableColumns, getTableEvent, getBtnList };
- export type { Column, ColumnType };
|