1
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import type { ComponentsSemantic, ComponentsSemanticClassNames, ComponentsSemanticStyles, TablePaginationConfig, TableProps, TableSemanticClassNames, TableSemanticName, TableSemanticStyles } from './InternalTable';
|
||||
import Table from './Table';
|
||||
export type { ColumnProps } from './Column';
|
||||
export type { ColumnGroupType, ColumnsType, ColumnType } from './interface';
|
||||
export type { Reference as TableRef } from '@rc-component/table';
|
||||
export type { ComponentsSemantic, ComponentsSemanticClassNames, ComponentsSemanticStyles, TablePaginationConfig, TableProps, TableSemanticClassNames, TableSemanticName, TableSemanticStyles, };
|
||||
export default Table;
|
||||
Reference in New Issue
Block a user