UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

5 lines 214 B
export type PollQuestionProps = { question: string; }; export declare const PollQuestion: ({ question }: PollQuestionProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=PollQuestion.d.ts.map