assui 2.1.10 → 2.1.11
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.
|
@@ -10,7 +10,7 @@ export interface SingleImgUploadProps extends UploadProps {
|
|
|
10
10
|
wrapperClassName?: string;
|
|
11
11
|
onDeleteUpload?: () => void;
|
|
12
12
|
/** 格式化接口返回数据 */
|
|
13
|
-
onFormatResData?: () => string;
|
|
13
|
+
onFormatResData?: (res: any) => string;
|
|
14
14
|
}
|
|
15
15
|
declare const SingleImgUpload: {
|
|
16
16
|
(props: SingleImgUploadProps): JSX.Element;
|
|
@@ -10,7 +10,7 @@ export interface SingleImgUploadProps extends UploadProps {
|
|
|
10
10
|
wrapperClassName?: string;
|
|
11
11
|
onDeleteUpload?: () => void;
|
|
12
12
|
/** 格式化接口返回数据 */
|
|
13
|
-
onFormatResData?: () => string;
|
|
13
|
+
onFormatResData?: (res: any) => string;
|
|
14
14
|
}
|
|
15
15
|
declare const SingleImgUpload: {
|
|
16
16
|
(props: SingleImgUploadProps): JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "assui",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.11",
|
|
4
4
|
"description": "react ui library",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"node": ">=10.0.0"
|
|
71
71
|
},
|
|
72
72
|
"license": "MIT",
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "c6246c3ad3b2e11537790231f48c953fa800e314"
|
|
74
74
|
}
|