UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

5 lines (4 loc) 131 B
import Upload from './Upload'; import type { UploadProps } from './interface'; export type { UploadProps }; export default Upload;