UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

7 lines (6 loc) 354 B
import { default as TableColumn } from '../table/table-column'; import { ComponentPublicInstance } from 'vue'; export { TableColumn }; export { tableColumnProps } from '../table/props'; export type TableColumnExposed = ComponentPublicInstance & InstanceType<typeof TableColumn>; export type { TableColumnProps, TableColumnCProps } from '../table/props';