UNPKG
@tanstack/react-start-client
Version:
alpha (1.121.0-alpha.27)
latest (1.125.6)
1.125.6
1.125.4
1.125.3
1.125.1
1.125.0
1.124.2
1.124.0
1.123.2
1.123.0
1.122.0
1.121.41
1.121.40
1.121.39
1.121.34
1.121.33
1.121.27
1.121.24
1.121.23
1.121.21
1.121.20
1.121.19
1.121.18
1.121.17
1.121.16
1.121.14
1.121.12
1.121.2
1.121.0
1.121.0-alpha.27
1.121.0-alpha.22
1.121.0-alpha.14
1.121.0-alpha.11
1.121.0-alpha.5
1.121.0-alpha.3
1.121.0-alpha.1
1.120.20
1.120.19
1.120.18
1.120.17
1.120.16
1.120.15
1.120.13
1.120.12
1.120.11
1.120.10
1.120.9
1.120.8
1.120.7
1.120.5
1.120.4
1.120.4-alpha.19
1.120.4-alpha.17
1.120.4-alpha.15
1.120.4-alpha.13
1.120.4-alpha.12
1.120.4-alpha.10
1.120.4-alpha.1
1.120.3
1.120.2
1.120.1
1.120.0
1.119.0
1.117.1
1.117.0
1.116.3
1.116.2
1.116.0
1.115.3
1.115.2
1.115.1
1.115.0
1.114.35
1.114.34
1.114.33
1.114.32
1.114.29
1.114.27
1.114.25
1.114.24
1.114.23
1.114.22
1.114.17
1.114.16
1.114.15
1.114.14
1.114.13
1.114.12
1.114.9
1.114.8
1.114.7
1.114.6
1.114.5
1.114.4
1.114.3
1.114.2
1.114.1
1.112.18
1.112.17
1.112.16
1.112.15
1.112.13
1.112.12
1.112.11
1.112.10
1.112.9
1.112.8
1.112.7
1.112.1
1.112.0
1.111.15
1.111.11
1.111.10
1.20.3-alpha.1
Modern and scalable routing for React applications
tanstack.com/start
TanStack/router
@tanstack/react-start-client
/
dist
/
cjs
/
StartClient.d.cts
5 lines
(4 loc)
•
164 B
text/typescript
View Raw
1
2
3
4
5
import
{
AnyRouter
}
from
'@tanstack/router-core'
;
export
declare
function
StartClient
(
props: { router: AnyRouter; }
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;