UNPKG
fumadocs-core
Version:
latest (15.8.5)
15.8.5
15.8.4
15.8.3
15.8.2
15.8.1
15.8.0
15.7.13
15.7.12
15.7.11
15.7.10
15.7.9
15.7.8
15.7.7
15.7.6
15.7.5
15.7.4
15.7.3
15.7.2
15.7.1
15.7.0
15.6.12
15.6.11
15.6.10
15.6.9
15.6.8
15.6.7
15.6.6
15.6.5
15.6.4
15.6.3
15.6.2
15.6.1
15.6.0
15.5.5
15.5.4
15.5.3
15.5.2
15.5.1
15.5.0
15.4.2
15.4.1
15.4.0
15.3.4
15.3.3
15.3.2
15.3.1
15.3.0
15.2.15
15.2.14
15.2.13
15.2.12
15.2.11
15.2.10
15.2.9
15.2.8
15.2.7
15.2.6
15.2.5
15.2.4
15.2.3
15.2.2
15.2.1
15.2.0
15.1.3
15.1.2
15.1.1
15.1.0
15.0.18
15.0.17
15.0.16
15.0.15
15.0.14
15.0.13
15.0.12
15.0.11
15.0.10
15.0.9
15.0.8
15.0.7
15.0.6
15.0.5
15.0.4
15.0.3
15.0.2
15.0.1
15.0.0
14.7.7
14.7.6
14.7.5
14.7.4
14.7.3
14.7.2
14.7.1
14.7.0
14.6.8
14.6.7
14.6.6
14.6.5
14.6.4
14.6.3
14.6.2
14.6.1
14.6.0
14.5.6
14.5.5
14.5.4
14.5.3
14.5.2
14.5.1
14.5.0
14.4.2
14.4.1
14.4.0
14.3.1
14.3.0
14.2.1
14.2.0
14.1.1
14.1.0
14.0.2
14.0.1
14.0.0
13.4.10
13.4.9
13.4.8
13.4.7
13.4.6
13.4.5
13.4.4
13.4.3
13.4.2
13.4.1
13.4.0
13.3.3
13.3.2
13.3.1
13.3.0
13.2.2
13.2.1
13.2.0
13.1.0
13.0.7
13.0.6
13.0.5
13.0.4
13.0.3
13.0.2
13.0.1
13.0.0
12.5.6
12.5.5
12.5.4
12.5.3
12.5.2
12.5.1
12.5.0
12.4.2
12.4.1
12.4.0
12.3.6
12.3.5
12.3.4
12.3.3
12.3.2
12.3.1
12.3.0
12.2.5
12.2.4
12.2.3
12.2.2
12.2.1
12.2.0
12.1.3
12.1.2
12.1.1
12.1.0
12.0.7
12.0.6
12.0.5
12.0.4
12.0.3
12.0.2
12.0.1
12.0.0
11.3.2
11.3.1
11.3.0
11.2.2
11.2.1
11.2.0
11.1.3
11.1.2
11.1.1
11.1.0
11.0.8
11.0.7
11.0.6
11.0.5
11.0.4
11.0.3
11.0.2
11.0.1
11.0.0
10.1.3
10.1.2
10.1.1
10.1.0
10.0.5
10.0.4
10.0.3
10.0.2
10.0.1
10.0.0
9.1.0
9.0.0
8.3.0
8.2.0
8.1.1
8.1.0
8.0.0
The library for building a documentation website in Next.js
fumadocs.vercel.app
fuma-nama/fumadocs
fumadocs-core
/
dist
/
framework
/
tanstack.d.ts
12 lines
(9 loc)
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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
};