UNPKG

fumadocs-core

Version:

The library for building a documentation website in Next.js

12 lines (9 loc) 286 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { ReactNode } from 'react'; /** * Fumadocs adapter for Tanstack Router/Start */ declare function TanstackProvider({ children }: { children: ReactNode; }): react_jsx_runtime.JSX.Element; export { TanstackProvider };