botframework-webchat-component
Version:
React component of botframework-webchat
5 lines • 393 B
TypeScript
import { StrictStyleOptions } from 'botframework-webchat-api';
export default function useRenderMarkdownAsHTML(mode?: 'accessible name' | 'adaptive cards' | 'citation modal' | 'message activity'): ((markdown: string, styleOptions?: Readonly<StrictStyleOptions>, options?: Readonly<{
externalLinkAlt: string;
}>) => string) | undefined;
//# sourceMappingURL=useRenderMarkdownAsHTML.d.ts.map