UNPKG

react-instantsearch-core

Version:
4 lines (3 loc) 264 B
import type { InternalInstantSearch } from './useInstantSearchApi'; import type { UiState } from 'instantsearch.js'; export declare function useInstantSearchContext<TUiState extends UiState, TRouteState = TUiState>(): InternalInstantSearch<TUiState, TRouteState>;