import { Table } from 'antd'; import type { TableProps, TableColumnType, TableColumnsType } from 'antd'; export { Table }; export type { TableProps, TableColumnType, TableColumnsType };