@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
7 lines (6 loc) • 358 B
TypeScript
import { default as ImageViewer } from '../image/image-viewer.vue';
import { ComponentPublicInstance } from 'vue';
export { ImageViewer };
export { imageViewerProps } from '../image/props';
export type ImageViewerExposed = ComponentPublicInstance & InstanceType<typeof ImageViewer>;
export type { ImageViewerProps, ImageViewerCProps } from '../image/props';