vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 404 B
TypeScript
import { default as Image } from './image.vue';
import { ComponentPublicInstance } from 'vue';
export { Image };
export { imageProps } from './props';
export type ImageExposed = ComponentPublicInstance & InstanceType<typeof Image>;
export type { ImageProps, ImageCProps } from './props';
export type { ImageObjectFit, ImageSkeletonProps, ImageSlots, ImageGroupSlots, ImageViewerSlots, } from './symbol';