UNPKG

@riadvargas/svelte-algolia-instantsearch

Version:
7 lines (6 loc) 278 B
import type { InstantSearch } from "instantsearch.js"; export declare const getServerContext: () => { notifyServer: (search: InstantSearch) => void; serverUrl: URL; }; export declare function getServerState(component: any, serverUrl: URL): Promise<Record<string, any>>;