warqadui 0.0.144 → 0.0.145
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +47282 -42817
- package/dist/index.mjs +29449 -24764
- package/dist/placeholder-Z2VZDQUE.png +0 -0
- package/dist/styles.js +13 -0
- package/dist/styles.mjs +13 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1029,6 +1029,10 @@ declare const useAntdImageUpload: ({ length }: {
|
|
|
1029
1029
|
ImageBox: () => react_jsx_runtime.JSX.Element;
|
|
1030
1030
|
fileList: UploadFile<any>[];
|
|
1031
1031
|
setFileList: React$1.Dispatch<React$1.SetStateAction<UploadFile<any>[]>>;
|
|
1032
|
+
PerviewBox: ({ src }: {
|
|
1033
|
+
src: string;
|
|
1034
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1035
|
+
setPreviewImage: React$1.Dispatch<React$1.SetStateAction<string>>;
|
|
1032
1036
|
};
|
|
1033
1037
|
|
|
1034
1038
|
interface CategoryItem {
|
package/dist/index.d.ts
CHANGED
|
@@ -1029,6 +1029,10 @@ declare const useAntdImageUpload: ({ length }: {
|
|
|
1029
1029
|
ImageBox: () => react_jsx_runtime.JSX.Element;
|
|
1030
1030
|
fileList: UploadFile<any>[];
|
|
1031
1031
|
setFileList: React$1.Dispatch<React$1.SetStateAction<UploadFile<any>[]>>;
|
|
1032
|
+
PerviewBox: ({ src }: {
|
|
1033
|
+
src: string;
|
|
1034
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1035
|
+
setPreviewImage: React$1.Dispatch<React$1.SetStateAction<string>>;
|
|
1032
1036
|
};
|
|
1033
1037
|
|
|
1034
1038
|
interface CategoryItem {
|