design-system-silkhaus 3.11.0-beta-image-viewer.16 → 3.11.0-beta-image-viewer.18
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 +5 -0
- package/dist/index.js +3105 -3046
- package/dist/style.css +1 -1
- package/package.json +1 -1
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<{
|
|
@@ -2219,6 +2220,10 @@ export declare const WhatsappIcon: FC<{
|
|
|
2219
2220
|
className?: string;
|
|
2220
2221
|
}>;
|
|
2221
2222
|
|
|
2223
|
+
export declare const WifiDotIcon: FC<{
|
|
2224
|
+
className?: string;
|
|
2225
|
+
}>;
|
|
2226
|
+
|
|
2222
2227
|
export declare const WifiIcon: FC<{
|
|
2223
2228
|
className?: string;
|
|
2224
2229
|
}>;
|