@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
44 lines • 986 B
TypeScript
import { IStyle } from '@fluentui/react';
import { MessageThreadStyles } from "../../../../../react-components/src";
/**
* @private
* z-index to ensure that chat container has lower z-index than participant pane
*/
export declare const CHAT_CONTAINER_ZINDEX = 1;
/**
* @private
*/
export declare const chatScreenContainerStyle: string;
/**
* @private
*/
export declare const chatContainer: string;
/**
* @private
*/
export declare const chatArea: string;
/**
* @private
*/
export declare const chatWrapper: string;
/**
* @private
*/
export declare const chatHeaderContainerStyle: string;
/**
* @private
*/
export declare const topicNameLabelStyle: string;
/**
* @private
*/
export declare const messageThreadChatCompositeStyles: (background: string) => MessageThreadStyles;
/**
* @private
*/
export declare const typingIndicatorContainerStyles: IStyle;
/**
* @private
*/
export declare const sendboxContainerStyles: IStyle;
//# sourceMappingURL=Chat.styles.d.ts.map