@abdellatifui/react 3.2.189 → 3.2.191

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
@@ -1409,7 +1409,7 @@ declare interface TableProps_2 {
1409
1409
  onMultiRowSelection?: (params: any, rows: any[]) => void;
1410
1410
  }
1411
1411
 
1412
- export declare const Tabs: ForwardRefExoticComponent<ShadcnTabsProps & RefAttributes<HTMLDivElement>>;
1412
+ export declare const Tabs: (props: any) => JSX.Element;
1413
1413
 
1414
1414
  export declare const TextArea: ForwardRefExoticComponent<RefAttributes<unknown>>;
1415
1415