react-instantsearch-core
Version:
⚡ Lightning-fast search for React, by Algolia
5 lines • 370 B
JavaScript
import connectFrequentlyBoughtTogether from "instantsearch.js/es/connectors/frequently-bought-together/connectFrequentlyBoughtTogether.js";
import { useConnector } from "../hooks/useConnector.js";
export function useFrequentlyBoughtTogether(props, additionalWidgetProperties) {
return useConnector(connectFrequentlyBoughtTogether, props, additionalWidgetProperties);
}