UNPKG

fully-react

Version:
10 lines (9 loc) 264 B
export type PageProps = { params: { [key: string]: string }; searchParams: { [key: string]: string }; children?: React.ReactNode; url: string; headers: { [key: string]: string }; }; type ModuleSpec = {}; export type ModuleMap = { [key: string]: ModuleSpec };