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