UMD Web Elements Library
    Preparing search index...

    Interface LoadingProps

    interface LoadingProps {
        imageFetchPriority?: "high" | "low" | "auto";
        imageLoading?: "eager" | "lazy";
    }
    Index

    Properties

    imageFetchPriority?: "high" | "low" | "auto"
    imageLoading?: "eager" | "lazy"