Files
icehrm/web/node_modules/antd/es/table/index.d.ts
2020-05-20 18:47:29 +02:00

6 lines
248 B
TypeScript

import Table, { TableProps, TablePaginationConfig } from './Table';
export { ColumnProps } from './Column';
export { ColumnsType, ColumnType, ColumnGroupType } from './interface';
export { TableProps, TablePaginationConfig };
export default Table;