UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

6 lines 231 B
import { Plugin } from "../../types/Plugin"; /** * Internal custom hook to handle plugins. */ export declare const usePluginsInternal: (plugins: Array<Plugin> | undefined) => void; //# sourceMappingURL=usePluginsInternal.d.ts.map