tsbase
Preparing search index...
Jsx
Type Alias Jsx
type
Jsx
=
{
attributes
?:
|
Record
<
string
,
|
string
|
number
|
boolean
|
undefined
|
null
|
(
(
event
:
Event
|
null
)
=>
void
)
,
>
|
null
;
children
?:
(
Jsx
|
string
)
[]
;
nodeName
:
string
|
JsxFunc
|
ClassComponent
;
}
Index
Properties
attributes?
children?
node
Name
Properties
Optional
attributes
attributes
?:
|
Record
<
string
,
|
string
|
number
|
boolean
|
undefined
|
null
|
(
(
event
:
Event
|
null
)
=>
void
)
,
>
|
null
Optional
children
children
?:
(
Jsx
|
string
)
[]
node
Name
nodeName
:
string
|
JsxFunc
|
ClassComponent
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
children
node
Name
tsbase
Loading...