UNPKG

react-instantsearch

Version:
5 lines (4 loc) 373 B
import type { RecommendComponentProps, RecordWithObjectID, UserClientSideTool } from 'instantsearch-ui-components'; type ItemComponent<TObject> = RecommendComponentProps<TObject>['itemComponent']; declare function createDisplayResultsTool<TObject extends RecordWithObjectID>(itemComponent?: ItemComponent<TObject>): UserClientSideTool; export { createDisplayResultsTool };