@abdellatifui/react 3.2.57 → 3.2.61
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 -1
- package/dist/nextgen.js +674 -681
- package/package.json +2 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -186,6 +186,7 @@ export declare interface ButtonProps extends default_2.ButtonHTMLAttributes<HTML
|
|
|
186
186
|
tooltip?: string;
|
|
187
187
|
outline?: boolean;
|
|
188
188
|
asChild?: boolean;
|
|
189
|
+
style: default_2.CSSProperties;
|
|
189
190
|
}
|
|
190
191
|
|
|
191
192
|
export declare function capitalizeFirstLetter(string: any): any;
|
|
@@ -438,7 +439,7 @@ export declare interface HorizontalDivProps extends ContainerProps {
|
|
|
438
439
|
justify?: 'start' | 'center' | 'end' | 'between';
|
|
439
440
|
}
|
|
440
441
|
|
|
441
|
-
export declare const IconButton: default_2.
|
|
442
|
+
export declare const IconButton: default_2.MemoExoticComponent<(props: IconButtonProps) => JSX.Element>;
|
|
442
443
|
|
|
443
444
|
export declare interface IconButtonProps extends ButtonProps {
|
|
444
445
|
icon: default_2.ReactNode;
|