@arcmantle/lit-jsx
    Preparing search index...

    Interface ExternalResourceSVGAttributes

    interface ExternalResourceSVGAttributes {
        externalResourcesRequired?:
            | typeof nothing
            | "true"
            | "false"
            | ((flag: void) => typeof nothing | "true" | "false");
    }

    Hierarchy (View Summary)

    Index

    Properties

    externalResourcesRequired?:
        | typeof nothing
        | "true"
        | "false"
        | ((flag: void) => typeof nothing | "true" | "false")