mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-12 11:55:26 +08:00
8 lines
152 B
TypeScript
8 lines
152 B
TypeScript
|
// rc-upload 4.3.3
|
||
|
import Upload from './Upload';
|
||
|
import type { UploadProps } from './interface';
|
||
|
|
||
|
export type { UploadProps };
|
||
|
|
||
|
export default Upload;
|