refactor(Uploader): extract PreviewItem component

This commit is contained in:
chenjiahan
2020-09-15 19:01:10 +08:00
parent 595b062c34
commit 632a54d672
4 changed files with 209 additions and 147 deletions
+5
View File
@@ -0,0 +1,5 @@
import { createNamespace } from '../utils';
const [createComponent, bem] = createNamespace('uploader');
export { bem, createComponent };