UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

4 lines (3 loc) 241 B
import React from 'react'; import type { DefaultStreamChatGenerics } from '../../types'; export declare const PollHeader: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>() => React.JSX.Element | undefined;