@abdellatifui/react 3.2.149 → 3.2.151
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 +926 -913
- package/package.json +1 -1
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;
|