ckanaction/docs/components/api-page.tsx

7 lines
208 B
TypeScript

import { createAPIPage } from "fumadocs-openapi/ui";
import client from "@/components/api-page.client";
import { openapi } from "@/lib/openapi";
export const APIPage = createAPIPage(openapi, {
client,
});