UNPKG

@rcb-plugins/html-renderer

Version:

A simple plugin for rendering html messages in React ChatBotify.

10 lines 250 B
/** * Specifies the configurations for this example plugin. */ export type PluginConfig = { autoConfig?: boolean; htmlComponent?: React.ComponentType<{ children: React.ReactNode; }>; }; //# sourceMappingURL=PluginConfig.d.ts.map