UNPKG

botframework-webchat-component

Version:
9 lines 330 B
import { StrictStyleOptions } from 'botframework-webchat-api'; export default function createAvatarStyle({ avatarBorderRadius, avatarSize }: StrictStyleOptions): { '&.webchat__defaultAvatar': { borderRadius: string | number; height: number; width: number; }; }; //# sourceMappingURL=Avatar.d.ts.map