import { Table } from 'antd'; export type { TableProps } from 'antd/lib/table'; export * from 'antd/lib/table'; export default Table;