UNPKG

tdesign-mobile-vue

Version:
10 lines (9 loc) 333 B
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;