Interface CodeSpanRendererProps

interface CodeSpanRendererProps {
    children: ReactNode;
    raw: string;
    text: string;
    type: "codespan";
}

Hierarchy (view full)

Properties

Properties

children: ReactNode
raw: string
text: string
type: "codespan"