UNPKG

@rcb-plugins/html-renderer

Version:

A simple plugin for rendering html messages in React ChatBotify.

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