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