3 lines
212 B
TypeScript
3 lines
212 B
TypeScript
|
|
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>
|