@abdellatifui/react 3.2.79 → 3.2.81
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.css +10060 -1
- package/dist/nextgen.d.ts +1 -1
- package/dist/nextgen.js +19976 -14086
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -429,7 +429,7 @@ export declare interface FrequencyProps {
|
|
|
429
429
|
*/
|
|
430
430
|
export declare function getRandomColor(): string;
|
|
431
431
|
|
|
432
|
-
export declare const GetRandomStr: (options
|
|
432
|
+
export declare const GetRandomStr: (options?: {}) => string;
|
|
433
433
|
|
|
434
434
|
export declare const getWholeSpectrum: () => any[];
|
|
435
435
|
|