Files

3 lines
212 B
TypeScript
Raw Permalink Normal View History

2026-05-21 14:12:50 +08:00
import type { GetOutput } from "fumadocs-mdx/config"
export declare const docs: GetOutput<typeof import("../source.config.ts").docs>
export declare const meta: GetOutput<typeof import("../source.config.ts").meta>