react-chatbotify
Version:
A modern React library for creating flexible and extensible chatbots.
10 lines • 332 B
TypeScript
import { Settings } from "../../types/Settings";
/**
* Internal custom hook for managing settings.
*/
export declare const useSettingsInternal: () => {
settings: Settings;
replaceSettings: (newSettings: Settings) => void;
updateSettings: (fields: Settings) => void;
};
//# sourceMappingURL=useSettingsInternal.d.ts.map