communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
26 lines • 648 B
TypeScript
import { IIconStyles, IStackStyles, Theme } from '@fluentui/react';
/**
* @private
*/
export declare const messageTextStyles: (theme: Theme) => IStackStyles;
/**
* @private
*/
export declare const titleTextStyles: () => IStackStyles;
/**
* @private
*/
export declare const containerStyles: (theme: Theme) => IStackStyles;
/**
* @private
*/
export declare const hiddenContainerStyles: (theme: Theme) => string;
/**
* @private
*/
export declare const notificationIconStyles: () => IIconStyles;
/**
* @private
*/
export declare const notificationLinkStyles: (theme: Theme) => IStackStyles;
//# sourceMappingURL=Notification.styles.d.ts.map