UNPKG

fumadocs-openapi

Version:

Generate MDX docs for your OpenAPI spec

4 lines 242 B
import type { ReactNode } from 'react'; import type { RenderContext } from '../types.js'; export declare function heading(depth: number, text: string, ctx: RenderContext, children?: ReactNode): ReactNode; //# sourceMappingURL=heading.d.ts.map