UNPKG
fully-react
Version:
latest (0.0.2)
0.0.2
React Server for Vite
github.com/cyco130/vite-rsc
cyco130/vite-rsc
fully-react
/
src
/
types.ts
8 lines
(7 loc)
•
187 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
type
PageProps
= {
params
: { [
key
:
string
]:
string
};
searchParams
: { [
key
:
string
]:
string
};
children
?:
React
.
ReactNode
;
url
:
string
;
headers
: { [
key
:
string
]:
string
}; };