botframework-webchat-component
Version:
React component of botframework-webchat
11 lines • 387 B
TypeScript
import { StrictStyleOptions } from 'botframework-webchat-api';
export default function createSingleCardActivityStyle({ bubbleMaxWidth, bubbleMinWidth, paddingRegular }: StrictStyleOptions): {
'& > .bubble-box': {
maxWidth: number;
minWidth: number;
};
'& > .filler': {
minWidth: number;
};
};
//# sourceMappingURL=SingleAttachmentActivity.d.ts.map