@forge/react

11.17.011.17.0-experimental-04cc2b9
out/hooks/useTranslation.d.ts
~out/hooks/useTranslation.d.tsModified
+1−1
Index: package/out/hooks/useTranslation.d.ts
===================================================================
--- package/out/hooks/useTranslation.d.ts
+++ package/out/hooks/useTranslation.d.ts
@@ -11,9 +11,9 @@
  * @property ready Indicates whether the i18n context is fully initialized.
  * @property t The translation function to translate i18n keys into localized strings.
  * @property locale The current locale, available only when the context is ready.
  */
-export declare type I18nContextValue = {
+export type I18nContextValue = {
     ready: false;
     t: i18n.TranslationFunction;
 } | {
     ready: true;