mazey-lazy-load-images
    Preparing search index...

    Interface GalleryItem

    interface GalleryItem {
        description?: ReactNode;
        id?: string;
        images: readonly GalleryImage[];
        title: ReactNode;
    }
    Index
    description?: ReactNode
    id?: string
    images: readonly GalleryImage[]
    title: ReactNode