Props

interface IProps {
    items: { alt?: string; caption?: string; key: string; src: string }[];
}

Properties

Properties

items: { alt?: string; caption?: string; key: string; src: string }[]