Preparing search index...
The search index is not available
@xarc/react
@xarc/react
common
React
ReactComponentElement
Interface ReactComponentElement<T, P>
Deprecated
interface
ReactComponentElement
<
T
,
P
>
{
key
:
string
;
props
:
P
;
type
:
Exclude
<
T
,
number
>
;
}
Type Parameters
T
extends
keyof
IntrinsicElements
|
JSXElementConstructor
<
any
>
P
=
Pick
<
ComponentProps
<
T
>
,
Exclude
<
keyof
ComponentProps
<
T
>
,
"key"
|
"ref"
>
>
Hierarchy (
view full
)
ReactElement
<
P
,
Exclude
<
T
,
number
>
>
ReactComponentElement
Index
Properties
key
props
type
Properties
key
key
:
string
props
props
:
P
type
type
:
Exclude
<
T
,
number
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
key
props
type
@xarc/react
Loading...
Deprecated