UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

7 lines (6 loc) 351 B
import React from 'react'; import type { DefaultStreamChatGenerics } from '../../types'; export type PollOptionListProps = { optionsDisplayCount?: number; }; export declare const PollOptionList: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>({ optionsDisplayCount, }: PollOptionListProps) => React.JSX.Element;