botframework-webchat-component
Version:
React component of botframework-webchat
19 lines • 699 B
TypeScript
import { StrictStyleOptions } from 'botframework-webchat-api';
export default function createInitialsAvatarStyle({ accent, avatarSize, botAvatarBackgroundColor, primaryFont, userAvatarBackgroundColor }: StrictStyleOptions): {
'&.webchat__initialsAvatar': {
alignItems: string;
color: string;
fontFamily: string;
height: number;
justifyContent: string;
overflow: string;
width: number;
'&.webchat__initialsAvatar--fromUser': {
backgroundColor: string;
};
'&:not(.webchat__initialsAvatar--fromUser)': {
backgroundColor: string;
};
};
};
//# sourceMappingURL=InitialsAvatar.d.ts.map