fumadocs-mdx
Version:
The built-in source for Fumadocs
22 lines (21 loc) • 653 B
TypeScript
import { h as IndexFilePluginOptions } from "../core-O3WLuY_I.js";
import { NextConfig } from "next";
//#region src/next/index.d.ts
interface CreateMDXOptions {
/**
* Path to source configuration file
*/
configPath?: string;
/**
* Directory for output files
*
* @defaultValue '.source'
*/
outDir?: string;
index?: IndexFilePluginOptions | false;
}
declare function createMDX(createOptions?: CreateMDXOptions): (nextConfig?: NextConfig) => NextConfig;
declare function postInstall(options: CreateMDXOptions): Promise<void>;
//#endregion
export { CreateMDXOptions, createMDX, postInstall };
//# sourceMappingURL=index.d.ts.map