@rcb-plugins/html-renderer
Version:
A simple plugin for rendering html messages in React ChatBotify.
13 lines • 421 B
TypeScript
import { PluginConfig } from '../types/PluginConfig';
/**
* Plugin hook that handles all the core logic.
*
* @param pluginConfig configurations for the plugin
*/
declare const useRcbPlugin: (pluginConfig?: PluginConfig) => {
name: string;
settings?: import("react-chatbotify").Settings;
styles?: import("react-chatbotify").Styles;
};
export default useRcbPlugin;
//# sourceMappingURL=useRcbPlugin.d.ts.map