@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
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