tdesign-mobile-vue
Version:
tdesign-mobile-vue
10 lines (9 loc) • 333 B
TypeScript
import BaseTable from './base-table';
import { WithInstallType } from '../shared';
import './style';
import { TdBaseTableProps } from './type';
export declare type TableProps = TdBaseTableProps;
export * from './type';
export * from './interface';
export declare const Table: WithInstallType<typeof BaseTable>;
export default Table;