We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8127803 commit 8780b74Copy full SHA for 8780b74
1 file changed
packages/devextreme/js/__internal/ui/chat/message_box/message_box.ts
@@ -1,9 +1,7 @@
1
import type { NativeEventInfo } from '@js/common/core/events';
2
import $, { type dxElementWrapper } from '@js/core/renderer';
3
import type { InteractionEvent } from '@js/events';
4
-import type { ClickEvent, Properties as ButtonProperties } from '@js/ui/button';
5
-import type Button from '@js/ui/button';
6
-import type { Properties as ToolbarProperties } from '@js/ui/toolbar';
+import type { ClickEvent } from '@js/ui/button';
7
import type { DOMComponentProperties } from '@ts/core/widget/dom_component';
8
import DOMComponent from '@ts/core/widget/dom_component';
9
import type { OptionChanged } from '@ts/core/widget/types';
0 commit comments