@ambuj.bhaskar/react-component-library 0.31.3 → 0.31.5

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
@@ -844,6 +844,8 @@ export declare type FormGroupProps = {
844
844
  edit?: boolean;
845
845
  onAddClick?: (route: string) => void;
846
846
  onDeleteClick?: (route: string) => void;
847
+ onChange?: (data: any) => void;
848
+ showErrors?: boolean;
847
849
  };
848
850
 
849
851
  export declare const Heatmap: React.FC<HeatmapProps>;