@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
7 lines (6 loc) • 354 B
TypeScript
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';