@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 Space } from './space';
import { ComponentPublicInstance } from 'vue';
export { Space };
export { spaceProps } from './props';
export type SpaceExposed = ComponentPublicInstance & InstanceType<typeof Space>;
export type { SpaceProps, SpaceCProps } from './props';
export type { SpaceAlign, SpaceJustify } from './symbol';