@abdellatifui/react 3.2.113 → 3.2.114
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 +2 -1
- package/dist/nextgen.js +608 -607
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -91,7 +91,7 @@ export declare interface AdvancedSpinnerProps extends SpinnerProps {
|
|
|
91
91
|
thickness?: number;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
export declare const Alert:
|
|
94
|
+
export declare const Alert: (props: AlertProps_2) => JSX.Element;
|
|
95
95
|
|
|
96
96
|
export declare interface AlertProps {
|
|
97
97
|
dialog?: {
|
|
@@ -136,6 +136,7 @@ declare interface AlertProps_2 {
|
|
|
136
136
|
success?: boolean;
|
|
137
137
|
alert?: boolean;
|
|
138
138
|
error?: boolean;
|
|
139
|
+
ref?: any;
|
|
139
140
|
};
|
|
140
141
|
}
|
|
141
142
|
|