UNPKG

next-instantsearch

Version:

Server side rendering with Next.js and React InstantSearch

6 lines (5 loc) 286 B
import { NextRouter } from "next/router"; import qs from "qs"; export declare const createURL: (searchState: any) => string; export declare const pathToSearchState: (path: string) => qs.ParsedQs; export declare const onSearchStateChange: (searchState: any, Router: NextRouter) => void;