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