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 | |
---|
1 | export * from './types';
|
---|
2 |
|
---|
3 | export { default as RejectionFiles } from './errors-rejection-files';
|
---|
4 |
|
---|
5 | export { default as MultiFilePreview } from './preview-multi-file';
|
---|
6 | export { default as SingleFilePreview } from './preview-single-file';
|
---|
7 |
|
---|
8 | export { default as Upload } from './upload';
|
---|
9 | export { default as UploadBox } from './upload-box';
|
---|
10 | export { default as UploadAvatar } from './upload-avatar';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.