vrfi-design-system 1.1.83 → 1.1.84

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