UNPKG

@rcb-plugins/html-renderer

Version:

A simple plugin for rendering html messages in React ChatBotify.

6 lines 284 B
import HtmlRenderer from './factory/RcbPluginFactory'; import { HtmlRendererBlock } from './types/HtmlRendererBlock'; import { PluginConfig } from './types/PluginConfig'; export type { HtmlRendererBlock, PluginConfig }; export default HtmlRenderer; //# sourceMappingURL=index.d.ts.map