@abdellatifui/react 3.2.202 → 3.2.204

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
@@ -1033,6 +1033,10 @@ declare interface PanelProps_2 {
1033
1033
  minimizedHeader?: default_2.ReactNode;
1034
1034
  }
1035
1035
 
1036
+ export declare function parseUrl(param: any): string | {
1037
+ [k: string]: string;
1038
+ };
1039
+
1036
1040
  export declare interface PropertiesItemProps {
1037
1041
  label: string;
1038
1042
  value: any;