Skip to content

Commit 16bf8d7

Browse files
marker-daomarker dao ®
andauthored
Chat: Remove obsolete Properties type (#31439)
Co-authored-by: marker dao ® <[email protected]>
1 parent 2b0041b commit 16bf8d7

File tree

1 file changed

+1
-6
lines changed
  • packages/devextreme/js/__internal/ui/chat

1 file changed

+1
-6
lines changed

packages/devextreme/js/__internal/ui/chat/chat.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ import type {
1515
MessageEnteredEvent,
1616
MessageUpdatedEvent,
1717
MessageUpdatingEvent,
18-
Properties as PublicProperties,
18+
Properties,
1919
TypingEndEvent,
2020
TypingStartEvent,
2121
} from '@js/ui/chat';
22-
import type { Properties as FileUploaderProperties } from '@js/ui/file_uploader';
2322
import { invokeConditionally } from '@ts/core/utils/conditional_invoke';
2423
import type { OptionChanged } from '@ts/core/widget/types';
2524
import Widget from '@ts/core/widget/widget';
@@ -43,10 +42,6 @@ import type { DataChange } from '@ts/ui/collection/collection_widget.base';
4342
const CHAT_CLASS = 'dx-chat';
4443
const TEXTEDITOR_INPUT_CLASS = 'dx-texteditor-input';
4544

46-
type Properties = PublicProperties & {
47-
fileUploaderOptions?: FileUploaderProperties;
48-
};
49-
5045
class Chat extends Widget<Properties> {
5146
_messageBox!: MessageBox;
5247

0 commit comments

Comments
 (0)