@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
10 lines (9 loc) • 432 B
TypeScript
import { default as Grid } from './grid';
import { ComponentPublicInstance } from 'vue';
export { Grid };
export { gridProps } from './props';
export type GridExposed = ComponentPublicInstance & InstanceType<typeof Grid>;
export { currentBreakPoint } from './helper';
export type { GridProps, GridCProps } from './props';
export type { BreakPoint } from './helper';
export type { GridJustify, GridAlign, CellFlex } from './symbol';