UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

8 lines (7 loc) 320 B
import React, { PropsWithChildren } from 'react'; export declare const DialogPortalDestination: () => React.JSX.Element; type DialogPortalEntryProps = { dialogId: string; }; export declare const DialogPortalEntry: ({ children, dialogId, }: PropsWithChildren<DialogPortalEntryProps>) => React.JSX.Element; export {};