UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

18 lines (17 loc) 589 B
export function List({ className, component, currentTrigger, dropdownScroll, getSelectedItem, getTextToReplace, itemClassName, itemStyle, onSelect, selectionEnd, style, SuggestionItem: PropSuggestionItem, value: propValue, values, }: { className: any; component: any; currentTrigger: any; dropdownScroll: any; getSelectedItem: any; getTextToReplace: any; itemClassName: any; itemStyle: any; onSelect: any; selectionEnd: any; style: any; SuggestionItem: any; value: any; values: any; }): React.JSX.Element; import React from 'react';