UNPKG

docusaurus-theme-openapi-docs

Version:

OpenAPI theme for Docusaurus.

4 lines (3 loc) 290 B
import React from "react"; import type { Props } from "@theme/CodeBlock/Content/String"; export default function CodeBlockString({ children, className: blockClassName, metastring, title: titleProp, showLineNumbers: showLineNumbersProp, language: languageProp, }: Props): React.JSX.Element;