UNPKG

@qin-ui/antd-vue-pro

Version:
8 lines 432 B
import { ComponentExposed, ComponentProps } from 'vue-component-type-helpers'; import { default as ProTable } from './components/ProTable.vue'; export type ProTableProps = ComponentProps<typeof ProTable>; export type ProTableInstance = ComponentExposed<typeof ProTable>; export { type Column, type Columns } from './types'; export { useTable, type Table } from './hooks'; export default ProTable; //# sourceMappingURL=index.d.ts.map