UNPKG

botframework-webchat-component

Version:
7 lines 254 B
import { StrictStyleOptions } from 'botframework-webchat-api'; export default function createImageAvatarStyle({ avatarSize }: StrictStyleOptions): { height: number; overflow: string; width: number; }; //# sourceMappingURL=ImageAvatar.d.ts.map