@tuya-sat/sdf-main-sdk 0.0.37 → 0.0.39
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/utils/index.d.ts
CHANGED
|
@@ -23,3 +23,6 @@ export declare const curMicroAppCode: () => any;
|
|
|
23
23
|
export declare const micApps: () => any;
|
|
24
24
|
export declare const whitePahtList: () => string[];
|
|
25
25
|
export declare const getPathByMicroId: (microId: string) => any;
|
|
26
|
+
export declare const queryString: (state: {
|
|
27
|
+
[x: string]: any;
|
|
28
|
+
}) => string;
|