mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
12c8750488
* chore: Add missing Table export interface * fix lint
7 lines
210 B
TypeScript
7 lines
210 B
TypeScript
import Table, { TableProps, TablePaginationConfig } from './Table';
|
|
|
|
export { ColumnsType, ColumnType, ColumnGroupType } from './interface';
|
|
export { TableProps, TablePaginationConfig };
|
|
|
|
export default Table;
|