@bit-sun/business-component 4.0.13-alpha.1 → 4.0.13-alpha.3
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/components/Business/BsSulaQueryTable/utils.d.ts +1 -1
- package/dist/index.esm.js +462 -420
- package/dist/index.js +463 -421
- package/package.json +1 -1
- package/src/components/Business/BsSulaQueryTable/utils.tsx +1 -1
- package/src/components/Business/SearchSelect/BusinessUtils.tsx +9 -4
- package/src/components/Functional/DataValidation/index.tsx +1 -0
- package/src/components/Functional/QueryMutipleSelect/index.tsx +2 -5
- package/src/components/Functional/SearchSelect/utils.tsx +0 -1
|
@@ -97,5 +97,5 @@ export declare function queryParams(params: any, flag?: any): any;
|
|
|
97
97
|
* @returns boolean
|
|
98
98
|
*/
|
|
99
99
|
export declare const authFn: (code?: any) => any;
|
|
100
|
-
export declare const renderToString: (render: ReactElement<any, string | JSXElementConstructor<any>> | string) =>
|
|
100
|
+
export declare const renderToString: (render: ReactElement<any, string | JSXElementConstructor<any>> | string) => any;
|
|
101
101
|
export {};
|