@uimkit/uikit-react
Version:
<img style="width:64px" src="https://mgmt.uimkit.chat/media/img/avatar.png"/>
15 lines (12 loc) • 496 B
TypeScript
import React__default from 'react';
import { MessageNotificationProps } from './MessageNotification.js';
type MessageListNotificationsProps = {
hasNewMessages: boolean;
isMessageListScrolledToBottom: boolean;
isNotAtLatestMessageSet: boolean;
MessageNotification: React__default.ComponentType<MessageNotificationProps>;
scrollToBottom: () => void;
threadList?: boolean;
};
export { MessageListNotificationsProps };
//# sourceMappingURL=MessageListNotifications.d.ts.map