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

    Interface NormalizedGalleryImage

    interface NormalizedGalleryImage {
        alt: string;
        fallbackSrc?: string;
        fetchPriority?: "high" | "low" | "auto";
        height?: number;
        id?: string;
        placeholderSrc?: string;
        sizes?: string;
        src: string;
        srcSet?: string;
        width?: number;
    }
    Index
    alt: string
    fallbackSrc?: string
    fetchPriority?: "high" | "low" | "auto"
    height?: number
    id?: string
    placeholderSrc?: string
    sizes?: string
    src: string
    srcSet?: string
    width?: number