@frigade/react 1.32.34 → 1.32.35

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/lib/index.d.ts CHANGED
@@ -499,6 +499,7 @@ interface FrigadeBannerProps extends DefaultFrigadeFlowProps {
499
499
  title?: string;
500
500
  subtitle?: string;
501
501
  onDismiss?: () => void;
502
+ icon?: React__default.ReactNode;
502
503
  }
503
504
  declare const FrigadeBanner: React__default.FC<FrigadeBannerProps>;
504
505