zakeke-configurator-react 0.1.278-prod → 0.1.280-prod

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.
@@ -243,6 +243,7 @@ export declare class TextItem implements Item {
243
243
  constraints: {
244
244
  [key: string]: any;
245
245
  } | null;
246
+ index: number;
246
247
  constructor(item: any);
247
248
  }
248
249
  export declare class ImageItem implements Item {
@@ -256,6 +257,7 @@ export declare class ImageItem implements Item {
256
257
  constraints: {
257
258
  [key: string]: any;
258
259
  } | null;
260
+ index: number;
259
261
  constructor(item: any);
260
262
  }
261
263
  export declare class PlatformSettings {