UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines (5 loc) 178 B
import React from 'react'; export type EndPollDialogProps = { close: () => void; }; export declare const EndPollDialog: ({ close }: EndPollDialogProps) => React.JSX.Element;