UNPKG

element-pro-components

Version:

a component library for Vue 3 base on element-plus

7 lines (6 loc) 244 B
import Table from './Table'; import type { IDefinePlugin } from '../types/index'; export * from './useTable'; export * from './type'; export { tableProps, tableEmits } from './props'; export declare const ProTable: IDefinePlugin<typeof Table>;