@frigade/react 1.37.5 → 1.37.6

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 CHANGED
@@ -325,6 +325,12 @@ interface FrigadeConfig {
325
325
  * Default false.
326
326
  */
327
327
  debug?: boolean;
328
+ /**
329
+ * @ignore
330
+ */
331
+ __internal__?: {
332
+ [key: string]: string;
333
+ };
328
334
  }
329
335
  declare const FrigadeProvider: FC<FrigadeProviderProps>;
330
336