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

Hierarchy (view full)

Properties

Properties

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