Files
video-gen/video-gen-admin/node_modules/antd/es/table/index.d.ts
T
2026-05-25 17:08:18 +08:00

8 lines
647 B
TypeScript

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;