@kajoo-ai/sitecore-nextjs 16.0.2 → 16.0.5

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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import React, { ComponentProps, FC, ComponentType, ReactNode } from 'react';
2
- import { Text as Text$1, ImageSizeParameters, Link as Link$1, RouteData, LayoutServiceData } from '@sitecore-jss/sitecore-jss-nextjs';
2
+ import { Text as Text$1, Link as Link$1, RouteData, LayoutServiceData } from '@sitecore-jss/sitecore-jss-nextjs';
3
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
  import { JsonObject } from 'type-fest';
5
5
 
@@ -43,7 +43,7 @@ interface ImageField {
43
43
  interface IProps$8 {
44
44
  src: ImageField | ImageFieldValue;
45
45
  alt?: string;
46
- srcSet?: string | ImageSizeParameters[];
46
+ srcSet?: string | any[];
47
47
  [key: string]: any;
48
48
  }
49
49
  declare const Image: FC<IProps$8>;