communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
13 lines • 296 B
TypeScript
/// <reference types="react" />
/**
* @private
*/
export type NotificationIconProps = {
chatMessagesCount: number;
label?: string;
};
/**
* @private
*/
export declare const NotificationIcon: (props: NotificationIconProps) => JSX.Element;
//# sourceMappingURL=NotificationIcon.d.ts.map