UNPKG

@rcb-plugins/markdown-renderer

Version:

A simple plugin for rendering markdown messages in React ChatBotify.

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