react-instantsearch
Version:
⚡ Lightning-fast search for React, by Algolia
30 lines • 1.27 kB
JavaScript
export * from "./Autocomplete.js";
export * from "./Breadcrumb.js";
export var Chat = function Chat() {
throw new Error("\"<Chat>\" is not available from the UMD build.\n\nPlease use React InstantSearch with a packaging system:\nhttps://www.algolia.com/doc/guides/building-search-ui/installation/react/#install-react-instantsearch-as-an-npm-package");
};
export var SearchIndexToolType = undefined;
export var RecommendToolType = undefined;
export var createDefaultTools = function createDefaultTools() {};
export * from "./ClearRefinements.js";
export * from "./CurrentRefinements.js";
export * from "./FrequentlyBoughtTogether.js";
export * from "./HierarchicalMenu.js";
export * from "./Highlight.js";
export * from "./Hits.js";
export * from "./HitsPerPage.js";
export * from "./InfiniteHits.js";
export * from "./LookingSimilar.js";
export * from "./Menu.js";
export * from "./Pagination.js";
export * from "./PoweredBy.js";
export * from "./RangeInput.js";
export * from "./RefinementList.js";
export * from "./RelatedProducts.js";
export * from "./ReverseHighlight.js";
export * from "./SearchBox.js";
export * from "./Snippet.js";
export * from "./SortBy.js";
export * from "./Stats.js";
export * from "./ToggleRefinement.js";
export * from "./TrendingItems.js";