UNPKG

botframework-webchat-component

Version:
8 lines (7 loc) 248 B
export default function AudioAttachment({ avatarSize }) { return { // TODO: [P2] We should not set "display" in styleSet, this will allow the user to break the layout for no good reasons. display: 'flex', minHeight: avatarSize }; }