instantsearch-ui-components
Version:
Common UI components for InstantSearch.
20 lines (19 loc) • 641 B
TypeScript
export * from './autocomplete';
export * from './Button';
export * from './Carousel';
export * from './chat/Chat';
export * from './chat/ChatHeader';
export * from './chat/ChatMessage';
export * from './chat/ChatMessages';
export * from './chat/ChatMessageLoader';
export * from './chat/ChatMessageError';
export * from './chat/ChatPrompt';
export * from './chat/ChatToggleButton';
export * from './chat/icons';
export * from './chat/types';
export * from './FrequentlyBoughtTogether';
export * from './Highlight';
export * from './Hits';
export * from './LookingSimilar';
export * from './RelatedProducts';
export * from './TrendingItems';