@chaibuilder/sdk 2.2.24 → 2.2.26

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/core.d.ts CHANGED
@@ -316,6 +316,7 @@ export declare interface ChaiSidebarPanel {
316
316
  panel?: ComponentType;
317
317
  width?: number;
318
318
  isInternal?: boolean;
319
+ icon?: React.ReactNode;
319
320
  }
320
321
 
321
322
  export declare const ChaiThemeConfigPanel: React_2.FC<ThemeConfigProps>;