Preparing search index...
The search index is not available
@xarc/react
@xarc/react
common
React
SVGFactory
Interface SVGFactory
interface
SVGFactory
{
(
props
?
,
...
children
)
:
ReactSVGElement
;
(
props
?
,
...
children
)
:
DOMElement
<
SVGAttributes
<
SVGElement
>
,
SVGElement
>
;
}
Hierarchy (
view full
)
DOMFactory
<
SVGAttributes
<
SVGElement
>
,
SVGElement
>
SVGFactory
SVGFactory
(
props
?
,
...
children
)
:
ReactSVGElement
Parameters
Optional
props
:
ClassAttributes
<
SVGElement
>
&
SVGAttributes
<
SVGElement
>
Rest
...
children
:
ReactNode
[]
Returns
ReactSVGElement
SVGFactory
(
props
?
,
...
children
)
:
DOMElement
<
SVGAttributes
<
SVGElement
>
,
SVGElement
>
Parameters
Optional
props
:
ClassAttributes
<
SVGElement
>
&
SVGAttributes
<
SVGElement
>
Rest
...
children
:
ReactNode
[]
Returns
DOMElement
<
SVGAttributes
<
SVGElement
>
,
SVGElement
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@xarc/react
Loading...