MdKitView
Function: MdKitView()
function MdKitView(__namedParameters: MdKitViewProps): Element;Defined in: packages/mdkit/src/markdown/MdKitView.tsx:21
Read-only markdown surface that mirrors MdKitEditor's styling and sizing contract without mounting the editor runtime. Use it for previews and restored checkpoints.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | MdKitViewProps |
Returns
Element