You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
361 B

import Upload from './src/upload.vue';
import type { SFCWithInstall } from 'element-plus/es/utils';
export declare const ElUpload: SFCWithInstall<typeof Upload>;
export default ElUpload;
export * from './src/upload';
export * from './src/upload-content';
export * from './src/upload-list';
export * from './src/upload-dragger';
export * from './src/constants';