UNPKG

react-instantsearch-core

Version:
4 lines (3 loc) 284 B
import type { IndexWidgetParams } from 'instantsearch.js/es/widgets/index/index'; export type UseIndexProps = IndexWidgetParams; export declare function useIndex(props: UseIndexProps): import("instantsearch.js/es/widgets/index/index").IndexWidget<import("instantsearch.js").UiState>;