botframework-webchat-component
Version:
React component of botframework-webchat
5 lines • 632 B
TypeScript
import { StrictStyleOptions } from 'botframework-webchat-api';
export default function createBubbleStyle({ bubbleBackground, bubbleBorderColor, bubbleBorderRadius, bubbleBorderStyle, bubbleBorderWidth, bubbleFromUserBackground, bubbleFromUserBorderColor, bubbleFromUserBorderRadius, bubbleFromUserBorderStyle, bubbleFromUserBorderWidth, bubbleFromUserNubOffset, bubbleFromUserNubSize, bubbleFromUserTextColor, bubbleMinHeight, bubbleNubOffset, bubbleNubSize, bubbleTextColor, messageActivityWordBreak, paddingRegular, transitionDuration }: StrictStyleOptions): {
'&.webchat__bubble': any;
};
//# sourceMappingURL=Bubble.d.ts.map