UNPKG

react-instantsearch-core

Version:
3 lines (2 loc) 164 B
import type { IndexWidget, UiState } from 'instantsearch.js'; export declare function useIndexContext<TUiState extends UiState = UiState>(): IndexWidget<TUiState>;