lkd-web-kit 0.4.10 → 0.4.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.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -480,7 +480,7 @@ declare const pxBySize: {
|
|
|
480
480
|
|
|
481
481
|
export declare const QP_BACK_URL_NAME = "backUrl";
|
|
482
482
|
|
|
483
|
-
export declare const queryStringify: (query?: Record<string,
|
|
483
|
+
export declare const queryStringify: (query?: Record<string, any>) => string;
|
|
484
484
|
|
|
485
485
|
export declare enum Revalidate {
|
|
486
486
|
OneHour = 3600,
|