@pipedream/connect-react 1.0.0-preview.12 → 1.0.0-preview.13

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.
@@ -386,6 +386,8 @@ export declare type Shadows = {
386
386
  dropdown: string;
387
387
  };
388
388
 
389
+ export declare const skippablePropTypes: string[];
390
+
389
391
  export declare type Theme = {
390
392
  borderRadius?: number | string;
391
393
  colors: Partial<Colors>;