@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 342 B
TypeScript
import { default as Row } from './row';
import { ComponentPublicInstance } from 'vue';
export { Row };
export { rowProps } from './props';
export type RowExposed = ComponentPublicInstance & InstanceType<typeof Row>;
export type { RowProps, RowCProps } from './props';
export type { RowGridJustify, RowGridAlign, ColumnFlex } from './symbol';