@abdellatifui/react 2.0.39 → 3.0.2
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 +6 -0
- package/dist/nextgen.js +7932 -7661
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/nextgen.d.ts
CHANGED
|
@@ -260,6 +260,10 @@ export declare const TinnyHelp: (props: any) => JSX_2.Element;
|
|
|
260
260
|
|
|
261
261
|
export declare const Toast: ForwardRefExoticComponent<RefAttributes<unknown>>;
|
|
262
262
|
|
|
263
|
+
export declare const ToggleGroup: (props: any) => JSX_2.Element;
|
|
264
|
+
|
|
265
|
+
export declare const ToggleItem: (props: any) => JSX_2.Element;
|
|
266
|
+
|
|
263
267
|
export declare const Tooltip: StyledComponent< {
|
|
264
268
|
[x: string]: any;
|
|
265
269
|
className: any;
|
|
@@ -275,6 +279,8 @@ y: number;
|
|
|
275
279
|
x: number;
|
|
276
280
|
}>>)[];
|
|
277
281
|
|
|
282
|
+
export declare const useGeneratedId: (length?: number, beginstr?: boolean, forcss?: boolean) => undefined;
|
|
283
|
+
|
|
278
284
|
export declare const useRandomId: (length?: number) => string;
|
|
279
285
|
|
|
280
286
|
export declare const useStore: (props?: {}) => {}[];
|