UNPKG

@hhgtech/hhg-components

Version:
9 lines (8 loc) 278 B
import React from 'react'; export type Props = { images: string[]; initialViewIndex: number; onClose?: () => void; alt?: string; }; export declare const PostSingleImageViewPopup: ({ initialViewIndex, images, onClose, alt, }: Props) => React.JSX.Element;