UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines (5 loc) 206 B
import React from 'react'; export type PollOptionListProps = { optionsDisplayCount?: number; }; export declare const PollOptionList: ({ optionsDisplayCount }: PollOptionListProps) => React.JSX.Element;