tdesign-react
Version:
TDesign Component for React
8 lines (7 loc) • 598 B
TypeScript
/**
* 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC
* */
import { TdBaseTableProps, TdPrimaryTableProps, TdEnhancedTableProps } from './type';
export declare const baseTableDefaultProps: TdBaseTableProps;
export declare const primaryTableDefaultProps: Pick<TdPrimaryTableProps, 'columnControllerVisible' | 'columns' | 'expandIcon' | 'defaultExpandedRowKeys' | 'multipleSort' | 'reserveSelectedRowOnPaginate' | 'defaultSelectedRowKeys' | 'showSortColumnBgColor' | 'sortOnRowDraggable'>;
export declare const enhancedTableDefaultProps: TdEnhancedTableProps;