Skip to content

Commit

Permalink
component refer to public props type
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov committed Jul 16, 2024
1 parent cd2b2e7 commit 9bab507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/devextreme/js/ui/chat.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export interface dxChatOptions extends WidgetOptions<dxChat> {
* @namespace DevExpress.ui
* @public
*/
export default class dxChat extends Widget<dxChatOptions> { }
export default class dxChat extends Widget<Properties> { }

/** @public */
export type ExplicitTypes = {
Expand Down
2 changes: 1 addition & 1 deletion packages/devextreme/ts/dx.all.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9415,7 +9415,7 @@ declare module DevExpress.ui {
/**
* [descr:dxChat]
*/
export class dxChat extends Widget<dxChatOptions> {}
export class dxChat extends Widget<DevExpress.ui.dxChat.Properties> {}
module dxChat {
/**
* [descr:_ui_chat_ContentReadyEvent]
Expand Down

0 comments on commit 9bab507

Please sign in to comment.