botframework-webchat-component
Version:
React component of botframework-webchat
8 lines • 408 B
TypeScript
/**
* Returns the text alternatives for a message activity.
*
* @param {object} activity - Activity to compute the text alternatives.
* @param {function} renderMarkdownAsHTML - Callback function to render Markdown as HTML string.
*/
export default function activityAltText(activity: any, renderMarkdownAsHTML?: (markdown: string) => string): false | string;
//# sourceMappingURL=activityAltText.d.ts.map