UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

15 lines 531 B
/// <reference types="react" /> import { ControlBarButtonProps } from "../../../../../react-components/src"; /** * @private */ export interface ChatButtonWithUnreadMessagesBadgeProps extends ControlBarButtonProps { unreadChatMessagesCount: number; hideUnreadChatMessagesBadge?: boolean; newMessageLabel: string; } /** * @private */ export declare const ChatButtonWithUnreadMessagesBadge: (props: ChatButtonWithUnreadMessagesBadgeProps) => JSX.Element; //# sourceMappingURL=ChatButtonWithUnreadMessagesBadge.d.ts.map