@abdellatifui/react 3.0.13 → 3.0.16

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
@@ -107,6 +107,8 @@ export declare const Frame: default_2.ForwardRefExoticComponent<default_2.RefAtt
107
107
 
108
108
  export declare const Frequency: ForwardRefExoticComponent<RefAttributes<unknown>>;
109
109
 
110
+ export declare const GetRandomStr: (length?: number, str?: boolean) => string;
111
+
110
112
  export declare const getWholeSpectrum: () => any[];
111
113
 
112
114
  export declare function Headline(props: any): JSX_2.Element;