UNPKG

docusaurus-theme-openapi-docs

Version:

OpenAPI theme for Docusaurus.

4 lines (3 loc) 159 B
import { type JSX } from "react"; import type { Props } from "@theme/ApiItem/Layout"; export default function DocItemLayout({ children }: Props): JSX.Element;