@abdellatifui/react 3.2.188 → 3.2.190
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.css +1 -1
- package/dist/nextgen.d.ts +2 -2
- package/dist/nextgen.js +2070 -2018
- package/package.json +1 -1
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.
|
|
535
|
+
export declare const IconButton: default_2.NamedExoticComponent<IconButtonProps & default_2.RefAttributes<unknown>>;
|
|
536
536
|
|
|
537
537
|
export declare interface IconButtonProps extends ButtonProps {
|
|
538
538
|
icon: default_2.ReactNode;
|
|
@@ -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:
|
|
1412
|
+
export declare const Tabs: (props: any) => JSX.Element;
|
|
1413
1413
|
|
|
1414
1414
|
export declare const TextArea: ForwardRefExoticComponent<RefAttributes<unknown>>;
|
|
1415
1415
|
|