@abdellatifui/react 2.0.39 → 3.0.1

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
@@ -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,7 +279,7 @@ y: number;
275
279
  x: number;
276
280
  }>>)[];
277
281
 
278
- export declare const useRandomId: (length?: number) => string;
282
+ export declare const useRandomId: (length?: number, beginstr?: boolean, forcss?: boolean) => undefined;
279
283
 
280
284
  export declare const useStore: (props?: {}) => {}[];
281
285