UNPKG

fumadocs-core

Version:

The React.js library for building a documentation website

17 lines (16 loc) 446 B
import { Framework } from "./index.js"; import { ReactNode } from "react"; import * as react_jsx_runtime2 from "react/jsx-runtime"; //#region src/framework/next.d.ts declare function NextProvider({ children, Link: CustomLink, Image: CustomImage }: { children: ReactNode; Link?: Framework['Link']; Image?: Framework['Image']; }): react_jsx_runtime2.JSX.Element; //#endregion export { NextProvider }; //# sourceMappingURL=next.d.ts.map