UNPKG

fumadocs-openapi

Version:

Generate MDX docs for your OpenAPI spec

7 lines 286 B
import type { MethodInformation, RenderContext } from '../types.js'; export declare function APIPlayground({ path, method, ctx, }: { path: string; method: MethodInformation; ctx: RenderContext; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map