@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
7 lines (6 loc) • 353 B
TypeScript
import { default as UploadList } from '../upload/upload-list.vue';
import { ComponentPublicInstance } from 'vue';
export { UploadList };
export { uploadListProps } from '../upload/props';
export type UploadListExposed = ComponentPublicInstance & InstanceType<typeof UploadList>;
export type { UploadListProps, UploadListCProps } from '../upload/props';