UNPKG

fumadocs-openapi

Version:

Generate MDX docs for your OpenAPI spec

10 lines (7 loc) 221 B
'use client'; import { wrapLazy } from "../utils/lazy.js"; //#region src/playground/lazy.ts const ClientLazy = wrapLazy(() => import("./client.js")); //#endregion export { ClientLazy }; //# sourceMappingURL=lazy.js.map