UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

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