@abdellatifui/react 3.2.148 → 3.2.150

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
@@ -475,6 +475,12 @@ export declare function getRandomColor(): string;
475
475
 
476
476
  export declare const GetRandomStr: () => string;
477
477
 
478
+ export declare function GetRandomUuid({ segments, minSegmentLength, maxSegmentLength }?: {
479
+ segments?: number;
480
+ minSegmentLength?: number;
481
+ maxSegmentLength?: number;
482
+ }): string;
483
+
478
484
  export declare const getWholeSpectrum: () => any[];
479
485
 
480
486
  export declare function Headline(props: any): JSX.Element;