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

    Interface StylableSVGAttributes

    interface StylableSVGAttributes {
        class?:
            | string
            | typeof nothing
            | ((flag: void) => string | typeof nothing);
        style?:
            | string
            | typeof nothing
            | CSSProperties
            | ((flag: void) => string | typeof nothing | CSSProperties);
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    class?: string | typeof nothing | ((flag: void) => string | typeof nothing)
    style?:
        | string
        | typeof nothing
        | CSSProperties
        | ((flag: void) => string | typeof nothing | CSSProperties)