interface SVGFactory {
    (props?, ...children): ReactSVGElement;
    (props?, ...children): DOMElement<SVGAttributes<SVGElement>, SVGElement>;
}

Hierarchy (view full)