UNPKG

fumadocs-ui

Version:

The Radix UI version of Fumadocs UI

22 lines (21 loc) 701 B
import { RootProvider as RootProvider$1 } from "./base.js"; import { Framework } from "fumadocs-core/framework"; import * as react_jsx_runtime62 from "react/jsx-runtime"; import { ComponentProps } from "react"; //#region src/provider/tanstack.d.ts interface RootProviderProps extends ComponentProps<typeof RootProvider$1> { /** * Custom framework components to override Tanstack Router defaults */ components?: { Link?: Framework['Link']; Image?: Framework['Image']; }; } declare function RootProvider({ components, ...props }: RootProviderProps): react_jsx_runtime62.JSX.Element; //#endregion export { RootProvider, RootProviderProps }; //# sourceMappingURL=tanstack.d.ts.map