sag_components 2.0.0-beta11 → 2.0.0-beta12

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
@@ -640,7 +640,7 @@ declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disable
640
640
  placeHolder?: string | undefined;
641
641
  width?: string | undefined;
642
642
  checkBoxColor?: string | undefined;
643
- onChange?: (() => void) | undefined;
643
+ onChange?: ((event: any) => void) | undefined;
644
644
  options?: any[] | undefined;
645
645
  selectedValue?: any[] | undefined;
646
646
  }): react_jsx_runtime.JSX.Element;