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

    Interface TransformableSVGAttributes

    interface TransformableSVGAttributes {
        transform?:
            | string
            | typeof nothing
            | ((flag: void) => string | typeof nothing);
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    transform?: string | typeof nothing | ((flag: void) => string | typeof nothing)