UNPKG

fully-react

Version:
8 lines (7 loc) 187 B
export type PageProps = { params: { [key: string]: string }; searchParams: { [key: string]: string }; children?: React.ReactNode; url: string; headers: { [key: string]: string }; };