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