index.d.ts 248 Bytes Raw Blame History Permalink 1 2 3 4 5 import Table, { TableProps, TablePaginationConfig } from './Table'; export { ColumnProps } from './Column'; export { ColumnsType, ColumnType, ColumnGroupType } from './interface'; export { TableProps, TablePaginationConfig }; export default Table;