UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

7 lines (6 loc) 326 B
import React from 'react'; import type { DefaultStreamChatGenerics } from '../../../types'; export type EndPollDialogProps = { close: () => void; }; export declare const EndPollDialog: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>({ close, }: EndPollDialogProps) => React.JSX.Element;