fumadocs-openapi
Version:
Generate MDX docs for your OpenAPI spec
9 lines • 327 B
TypeScript
import type { PageTree } from 'fumadocs-core/server';
import type { PageFile } from 'fumadocs-core/source';
/**
* Source API Integration
*
* Add this to page tree builder options
*/
export declare const attachFile: (node: PageTree.Item, file: PageFile | undefined) => PageTree.Item;
//# sourceMappingURL=source-api.d.ts.map