tdesign-mobile-vue
Version:
tdesign-mobile-vue
1 lines • 689 B
Source Map (JSON)
{"version":3,"file":"index.mjs","sources":["../../src/table/index.ts"],"sourcesContent":["import BaseTable from './base-table';\nimport { withInstall, WithInstallType } from '../shared';\n\nimport './style';\nimport { TdBaseTableProps } from './type';\n\nexport type TableProps = TdBaseTableProps;\n\nexport * from './type';\nexport * from './interface';\n\nexport const Table: WithInstallType<typeof BaseTable> = withInstall(BaseTable, 'TTable');\nexport default Table;\n"],"names":["Table","withInstall","BaseTable"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWa,IAAAA,KAAA,GAA2CC,WAAY,CAAAC,SAAA,EAAW,QAAQ;;;;"}