UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

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