UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

3 lines 287 B
import type { MessageNotificationProps } from './MessageNotification'; export declare const ScrollToBottomButton: (props: Pick<MessageNotificationProps, 'isMessageListScrolledToBottom' | 'onClick' | 'threadList'>) => JSX.Element | null; //# sourceMappingURL=ScrollToBottomButton.d.ts.map