@pipedream/connect-react 2.7.2 → 2.8.0

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.
@@ -392,6 +392,8 @@ export declare interface FilePickerAppConfig {
392
392
  fileOrFolderProp: string;
393
393
  /** The prop name used for folder navigation (set when drilling into folders) */
394
394
  folderProp?: string;
395
+ /** Icons to show for items at each navigation level (keyed by prop name) */
396
+ propIcons?: Record<string, ReactNode>;
395
397
  }
396
398
 
397
399
  /**