CompModule
ClassDataClassSource
CompModule(
module: str, default: str = "", named: set[str | tuple[str, str]] = set(...)
)
The MDX component module to be rendered. Call str(...) to render this object as an MDX code line.
Fields
| Name | Type | Required | |
|---|---|---|---|
module | str | The full typescript module of the component. | |
default | str | The default export of the module. If not specified, will not export the default value. | |
named | set[str | tuple[str, str]] | The named export of the module. If not specified, will not export any names. |