UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

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