@akanjs/next 0.9.46 → 0.9.48
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/package.json +1 -1
- package/usePage.d.ts +1 -1
package/package.json
CHANGED
package/usePage.d.ts
CHANGED
|
@@ -644,7 +644,7 @@ export declare const usePage: () => {
|
|
|
644
644
|
[key: string]: Translation;
|
|
645
645
|
};
|
|
646
646
|
})[ModelKey], arg: string): string;
|
|
647
|
-
trans<Returns extends import("react").ReactNode>(translation: Record<"en" | "ko"
|
|
647
|
+
trans<Returns extends import("react").ReactNode>(translation: Record<(string & {}) | "en" | "ko", Returns>): Returns extends string ? string : Returns;
|
|
648
648
|
};
|
|
649
649
|
lang: string;
|
|
650
650
|
};
|