@abdellatifui/react 3.2.190 → 3.2.192

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
@@ -532,7 +532,7 @@ export declare interface HorizontalDivProps extends ContainerProps {
532
532
  justify?: 'start' | 'center' | 'end' | 'between';
533
533
  }
534
534
 
535
- export declare const IconButton: default_2.NamedExoticComponent<IconButtonProps & default_2.RefAttributes<unknown>>;
535
+ export declare const IconButton: default_2.MemoExoticComponent<(props: IconButtonProps) => JSX.Element>;
536
536
 
537
537
  export declare interface IconButtonProps extends ButtonProps {
538
538
  icon: default_2.ReactNode;