UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

7 lines (6 loc) 247 B
import React from 'react'; export type PollAnswerListProps = { onUpdateOwnAnswerClick: () => void; close?: () => void; }; export declare const PollAnswerList: ({ close, onUpdateOwnAnswerClick, }: PollAnswerListProps) => React.JSX.Element;