source: src/components/upload/index.ts@ 5d6f37a

main
Last change on this file since 5d6f37a was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago

add customer

  • Property mode set to 100644
File size: 394 bytes
Line 
1export * from './types';
2
3export { default as RejectionFiles } from './errors-rejection-files';
4
5export { default as MultiFilePreview } from './preview-multi-file';
6export { default as SingleFilePreview } from './preview-single-file';
7
8export { default as Upload } from './upload';
9export { default as UploadBox } from './upload-box';
10export { default as UploadAvatar } from './upload-avatar';
Note: See TracBrowser for help on using the repository browser.