botframework-webchat-component
Version:
React component of botframework-webchat
24 lines • 866 B
TypeScript
export default function createTextContentStyle(): {
'&.webchat__text-content': {
fontFamily: "var(--webchat__font--primary)";
margin: number;
minHeight: string;
padding: "var(--webchat__padding--regular)";
'&.webchat__text-content--is-markdown': {
display: string;
flexDirection: string;
gap: "var(--webchat__padding--regular)";
};
'& .webchat__text-content__markdown img:not(.webchat__render-markdown__external-link-icon)': {
maxWidth: "var(--webchat__max-width--bubble)";
width: string;
};
'& .webchat__text-content__markdown pre': {
overflow: string;
};
'& .webchat__text-content__open-in-new-window-icon': {
height: string;
};
};
};
//# sourceMappingURL=TextContent.d.ts.map