UNPKG

botframework-webchat-component

Version:
8 lines 408 B
/** * 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