UNPKG

fumadocs-openapi

Version:

Generate MDX docs for your OpenAPI spec

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