UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

5 lines 236 B
export type PollCreationDialogProps = { close: () => void; }; export declare const PollCreationDialog: ({ close }: PollCreationDialogProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=PollCreationDialog.d.ts.map