botframework-webchat-component
Version:
React component of botframework-webchat
9 lines • 330 B
TypeScript
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