Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add types for searchparams (#13)
add types for searchparams, making it easier to type unvalidated page params, e.g. ```tsx export interface SearchPageProps { searchParams: SearchParams } ```
- Loading branch information