From dabfb5d518f397ecf4b327a4bc8189a6c1e1b66e Mon Sep 17 00:00:00 2001 From: Ovidijus Parsiunas Date: Sun, 15 Dec 2024 20:05:46 +0900 Subject: [PATCH] fixing RemarkableOptions React TypeScript issue --- component/src/deepChat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/src/deepChat.ts b/component/src/deepChat.ts index 3e5a3f73..80942afb 100644 --- a/component/src/deepChat.ts +++ b/component/src/deepChat.ts @@ -16,6 +16,7 @@ import {GoogleFont} from './utils/webComponent/googleFont'; import {DirectConnection} from './types/directConnection'; import {TextToSpeechConfig} from './types/textToSpeech'; import {SpeechToTextConfig} from './types/microphone'; +import {RemarkableOptions} from './types/remarkable'; import {MessageBody} from './types/messagesInternal'; import {ErrorMessages, OnError} from './types/error'; import {RequestBodyLimits} from './types/chatLimits'; @@ -28,7 +29,6 @@ import {HTMLClassUtilities} from './types/html'; import {ChatView} from './views/chat/chatView'; import {ServiceIO} from './services/serviceIO'; import {Legacy} from './utils/legacy/legacy'; -import {RemarkableOptions} from 'remarkable'; import {TextInput} from './types/textInput'; import {LoadHistory} from './types/history'; import {CustomStyle} from './types/styles';