first commit
This commit is contained in:
7
frontend/node_modules/antd/es/table/index.d.ts
generated
vendored
Normal file
7
frontend/node_modules/antd/es/table/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { TablePaginationConfig, TableProps } from './InternalTable';
|
||||
import Table from './Table';
|
||||
export type { ColumnProps } from './Column';
|
||||
export type { ColumnGroupType, ColumnType, ColumnsType } from './interface';
|
||||
export type { Reference as TableRef } from 'rc-table';
|
||||
export type { TablePaginationConfig, TableProps };
|
||||
export default Table;
|
||||
Reference in New Issue
Block a user