Skip to content

Commit

Permalink
update .d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkithelegendarypokemonster committed Jul 18, 2024
1 parent 1b3990e commit eebfc57
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/devextreme/ts/dx.all.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25667,11 +25667,10 @@ declare module DevExpress.ui {
/**
* [descr:_ui_splitter_ResizeEndEvent]
*/
export type ResizeEndEvent<TKey = any> = DevExpress.events.Cancelable &
DevExpress.events.NativeEventInfo<
dxSplitter<TKey>,
KeyboardEvent | PointerEvent | MouseEvent | TouchEvent
> &
export type ResizeEndEvent<TKey = any> = DevExpress.events.NativeEventInfo<
dxSplitter<TKey>,
KeyboardEvent | PointerEvent | MouseEvent | TouchEvent
> &
ResizeInfo;
/**
* [descr:_ui_splitter_ResizeEvent]
Expand Down

0 comments on commit eebfc57

Please sign in to comment.