minishouyin/node_modules/antd/es/table/index.d.ts
2025-11-12 11:35:57 +08:00

8 lines
353 B
TypeScript

import type { TablePaginationConfig, TableProps } from './InternalTable';
import Table from './Table';
export type { ColumnProps } from './Column';
export type { ColumnGroupType, ColumnType, ColumnsType } from './interface';
export type { Reference as TableRef } from 'rc-table';
export type { TablePaginationConfig, TableProps };
export default Table;