design-system-silkhaus 3.11.0-beta-image-viewer.16 → 3.11.0-beta-image-viewer.17

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
@@ -741,6 +741,7 @@ export declare interface ImageViewerProps {
741
741
  isOpen: boolean;
742
742
  setOpen: (state: boolean) => void;
743
743
  images: ImageItem[];
744
+ index?: number;
744
745
  }
745
746
 
746
747
  export declare const InfoIcon: FC<{