fumadocs-core
Version:
The React.js library for building a documentation website
17 lines (16 loc) • 476 B
TypeScript
import { Framework } from "./index.js";
import { ReactNode } from "react";
import * as react_jsx_runtime3 from "react/jsx-runtime";
//#region src/framework/react-router.d.ts
declare function ReactRouterProvider({
children,
Link: CustomLink,
Image: CustomImage
}: {
children: ReactNode;
Link?: Framework['Link'];
Image?: Framework['Image'];
}): react_jsx_runtime3.JSX.Element;
//#endregion
export { ReactRouterProvider };
//# sourceMappingURL=react-router.d.ts.map