cel-tui
    Preparing search index...

    Interface MarkdownProps

    Props for the Markdown component.

    interface MarkdownProps {
        theme?: MarkdownTheme;
    }
    Index

    Properties

    Properties

    Theme overrides. Unset properties fall back to the built-in default theme (cyan headings, yellow code blocks, etc.).