UNPKG

vexip-ui

Version:

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

8 lines (7 loc) 359 B
import { default as Column } from '../row/column'; import { ComponentPublicInstance } from 'vue'; export { Column }; export { columnProps } from '../row/props'; export type ColumnExposed = ComponentPublicInstance & InstanceType<typeof Column>; export type { ColumnProps, ColumnCProps } from '../row/props'; export type { ColumnOptions } from '../row/symbol';