- Preparing search index...
- The search index is not available
jsx-readme
- default(component, attributes, ...children): MarkdownElement
-
Parameters
-
component: Component
-
attributes: null | Record<string, unknown>
-
Rest
...children: MarkdownChildren[]
Returns MarkdownElement
- default(nodeType, attributes, ...children): MarkdownElement
-
Parameters
-
nodeType: "mdFragment"
-
attributes: null
-
Rest
...children: MarkdownChildren[]
Returns MarkdownElement
- default(nodeType, attributes, children): MarkdownElement
-
Parameters
-
nodeType: "mdAwait"
-
attributes: null
-
children: Promise<MarkdownChildren>
Returns MarkdownElement