Skip to content

Commit

Permalink
aliases: events
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov committed Nov 10, 2024
1 parent 4bfd898 commit fcfb64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/devextreme/ts/aliases.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
declare module DevExpress {
/** @deprecated Use DevExpress.events.EventObject instead */
export type dxEvent = DevExpress.events.EventObject;
export type dxEvent = DevExpress.core.EventObject;
/** @deprecated Use DevExpress.events.event instead */
export type event = DevExpress.events.event;
export type event = DevExpress.core.event;
}

declare module DevExpress.viz {
Expand Down

0 comments on commit fcfb64d

Please sign in to comment.