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.

9 lines
361 B

1 month ago
  1. import Upload from './src/upload.vue';
  2. import type { SFCWithInstall } from 'element-plus/es/utils';
  3. export declare const ElUpload: SFCWithInstall<typeof Upload>;
  4. export default ElUpload;
  5. export * from './src/upload';
  6. export * from './src/upload-content';
  7. export * from './src/upload-list';
  8. export * from './src/upload-dragger';
  9. export * from './src/constants';