UNPKG

@rcb-plugins/markdown-renderer

Version:

A simple plugin for rendering markdown messages in React ChatBotify.

8 lines 278 B
import { Block } from 'react-chatbotify'; /** * Extends the Block from React ChatBotify to support markdown renderer attributes. */ export type MarkdownRendererBlock = Block & { renderMarkdown?: Array<'USER' | 'BOT'>; }; //# sourceMappingURL=MarkdownRendererBlock.d.ts.map