Interface LoadingAttribs

interface LoadingAttribs {
    loading: AttribVal<"eager" | "lazy">;
}

Hierarchy (view full)

Properties

Properties

loading: AttribVal<"eager" | "lazy">

Generated using TypeDoc