Skip to content

Commit

Permalink
fixing RemarkableOptions React TypeScript issue
Browse files Browse the repository at this point in the history
  • Loading branch information
OvidijusParsiunas committed Dec 15, 2024
1 parent 35ad057 commit dabfb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/src/deepChat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -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';
Expand Down

0 comments on commit dabfb5d

Please sign in to comment.