Search
    Preparing search index...
    interface ReactSVGElement {
        key: null | Key;
        props: SVGAttributes;
        ref: LegacyRef<SVGElement>;
        type: keyof ReactSVG;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: null | Key
    ref: LegacyRef<SVGElement>
    type: keyof ReactSVG