Docs
Example
GitHub
Preparing search index...
The search index is not available
TypeDoc API - v0.27.0
TypeDoc API
JSX
Element
Interface Element
interface
Element
{
children
:
Children
[]
;
props
:
null
|
object
;
tag
:
string
|
()
=>
never
|
JsxComponent
<
any
>
;
}
Index
Properties
children
props
tag
Properties
children
children
:
Children
[]
props
props
:
null
|
object
tag
tag
:
string
|
()
=>
never
|
JsxComponent
<
any
>
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
children
props
tag
Docs
Example
GitHub
TypeDoc API - v0.27.0
Loading...