@osmandvc/react-upload-control 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
-
import "
|
1
|
+
import "./styles/tailwind.css";
|
2
|
+
import "react-medium-image-zoom/dist/styles.css";
|
2
3
|
export { FileUploadContainer } from "./FileUploadContainer";
|
3
4
|
export { FileUploadControl } from "./FileUploadControl";
|
4
5
|
export { UploadedFilesProvider } from "./providers";
|