UNPKG

botframework-webchat-component

Version:
10 lines (8 loc) 237 B
import { StrictStyleOptions } from 'botframework-webchat-api'; export default function createImageAvatarStyle({ avatarSize }: StrictStyleOptions) { return { height: avatarSize, overflow: 'hidden', width: avatarSize }; }