@forge/bridge

5.17.0-experimental-04cc2b95.18.0-next.0
out/i18n/index.d.ts
~out/i18n/index.d.tsModified
+1−1
Index: package/out/i18n/index.d.ts
===================================================================
--- package/out/i18n/index.d.ts
+++ package/out/i18n/index.d.ts
@@ -8,9 +8,9 @@
  * @param defaultValue The default value to return if the i18n key is not found.
  *    If not provided, the i18n key is returned.
  * @returns The translated string.
  */
-export type TranslationFunction = (i18nKey: string, defaultValue?: string) => string;
+export declare type TranslationFunction = (i18nKey: string, defaultValue?: string) => string;
 /**
  * Creates a translation function (i.e. `t`) for the given locale.
  * If no locale is provided, the locale from the current view context is used.
  *