UNPKG

fumadocs-openapi

Version:

Generate MDX docs for your OpenAPI spec

10 lines (7 loc) 270 B
'use client'; import { wrapLazy } from "../../utils/lazy.js"; //#region src/ui/schema/lazy.ts const SchemaUILazy = wrapLazy(() => import("./client.js").then((mod) => ({ default: mod.SchemaUI }))); //#endregion export { SchemaUILazy }; //# sourceMappingURL=lazy.js.map