vrfi-design-system 1.1.81 → 1.1.83

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/index.d.ts CHANGED
@@ -849,6 +849,7 @@ export declare interface NotificationPanelProps {
849
849
  data: NotificationData[];
850
850
  title?: string;
851
851
  visible: boolean;
852
+ onScrollEnd?: default_2.UIEventHandler<HTMLDivElement>;
852
853
  }
853
854
 
854
855
  export { NotificationTypes }