@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
21 lines • 818 B
TypeScript
import { IStackStyles } from '@fluentui/react';
/**
* @private
*/
export declare const compositeOuterContainerStyles: IStackStyles;
/** @private */
export declare const callCompositeContainerStyles: (isMobile: boolean) => IStackStyles;
/** @private */
export declare const controlBarContainerStyles: IStackStyles;
/**
* Chat button might have a optional notification icon attached that must be positioned absolute inside the chat button.
* this requires the parent to have `position relative`
* @private
*/
export declare const ChatButtonContainerStyles: IStackStyles;
/**
* Style for stack containing the chat spinner used to delay showing chat composite until it is ready.
* @private
*/
export declare const chatSpinnerContainerStyles: IStackStyles;
//# sourceMappingURL=CallWithChatCompositeStyles.d.ts.map