'use client'; /** * @djangocfg/ui-tools — Chat / settings * * The one place every chat-owned persisted setting lives. See README.md. */ export { CHAT_SETTINGS_STORAGE_KEY, DEFAULT_CHAT_SETTINGS, type ChatSettings, type ChatDockSettings, type ChatAudioSettings, type ChatSpeechSettings, type ChatPageContextSettings, } from './types'; export { useChatSettings, type UseChatSettingsOptions, type UseChatSettingsReturn, } from './useChatSettings';