@pipedream/connect-react 1.3.2 → 1.3.3

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.
@@ -236,6 +236,11 @@ export declare type CustomStylesFn<K extends keyof CustomizableProps> = ((baseSt
236
236
 
237
237
  export declare type CustomThemeConfig = PartialTheme | ((theme: Theme) => PartialTheme);
238
238
 
239
+ export declare const DEBUG_INFO: {
240
+ buildTime: string;
241
+ source: string;
242
+ };
243
+
239
244
  export declare const defaultComponents: {
240
245
  Description: typeof Description;
241
246
  Errors: typeof Errors;