antd
Version:
An enterprise-class UI design language and React components implementation
8 lines (7 loc) • 364 B
TypeScript
import type { TablePaginationConfig, TableProps } from './InternalTable';
import Table from './Table';
export type { ColumnProps } from './Column';
export type { ColumnGroupType, ColumnsType, ColumnType } from './interface';
export type { Reference as TableRef } from '@rc-component/table';
export type { TablePaginationConfig, TableProps };
export default Table;