@clickview/lite 0.0.19-rc.0 → 0.0.19

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.
@@ -23,7 +23,7 @@ export declare const ArrayHelper: {
23
23
  * @param arr array of values
24
24
  * @param value value to be added or removed.
25
25
  */
26
- addOrRemove<T_13 = import("react").ReactText>(arr: T_13[], value: T_13): T_13[];
26
+ addOrRemove<T_13 = import("react").Key>(arr: T_13[], value: T_13): T_13[];
27
27
  addOrRemoveImmutable<T_14>(arr: T_14[], value: T_14): T_14[];
28
28
  /**
29
29
  * Returns a (stably) sorted copy of list, ranked in ascending order
@@ -26,5 +26,5 @@ export declare const ImageHelper: {
26
26
  Rfc3986EncodeURIComponent(str: string): string;
27
27
  _createCategoryMappedUrl(mappingOptions: CategoryMapperImageOptions, options?: ImageOptions): string;
28
28
  _createUrl(baseUrl: string, options?: ImageOptions): string;
29
- legacyCreateThumbnailUrl(thumbnail: string | HashObject<any> | Core.Model, options?: ImageOptions): string;
29
+ legacyCreateThumbnailUrl(thumbnail: string | Core.Model | HashObject<any>, options?: ImageOptions): string;
30
30
  };