@abdellatifui/react 3.2.13 → 3.2.15

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/nextgen.d.ts CHANGED
@@ -604,7 +604,7 @@ export declare interface MuiTableProps {
604
604
  className?: string;
605
605
  }
606
606
 
607
- export declare const NetworkMap: default_2.NamedExoticComponent<NetworkMapProps_2 & default_2.RefAttributes<unknown>>;
607
+ export declare const NetworkMap: default_2.MemoExoticComponent<(props: NetworkMapProps_2) => JSX.Element>;
608
608
 
609
609
  export declare interface NetworkMapProps {
610
610
  nodes: object[];
@@ -684,6 +684,7 @@ declare type NetworkMapProps_2 = {
684
684
  connections: object[];
685
685
  linkHighlightedColorHex: string;
686
686
  defaultLinkColorHex: string;
687
+ ref: default_2.RefObject<MapProps>;
687
688
  className: string;
688
689
  hideLinksOnDrag: boolean;
689
690
  showHoveredLinksOnly: boolean;