react-instantsearch
Version:
⚡ Lightning-fast search for React, by Algolia
29 lines (28 loc) • 957 B
TypeScript
export * from './Autocomplete';
export * from './Breadcrumb';
export declare const Chat: () => never;
export declare const SearchIndexToolType: undefined;
export declare const RecommendToolType: undefined;
export declare const createDefaultTools: () => void;
export * from './ClearRefinements';
export * from './CurrentRefinements';
export * from './FrequentlyBoughtTogether';
export * from './HierarchicalMenu';
export * from './Highlight';
export * from './Hits';
export * from './HitsPerPage';
export * from './InfiniteHits';
export * from './LookingSimilar';
export * from './Menu';
export * from './Pagination';
export * from './PoweredBy';
export * from './RangeInput';
export * from './RefinementList';
export * from './RelatedProducts';
export * from './ReverseHighlight';
export * from './SearchBox';
export * from './Snippet';
export * from './SortBy';
export * from './Stats';
export * from './ToggleRefinement';
export * from './TrendingItems';