Skip to content

Commit

Permalink
Splitter: Get rid of Cancelable from doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marker-dao authored Jul 24, 2024
1 parent 6e6d675 commit 446bc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devextreme/js/ui/splitter.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export type ResizeStartEvent<TKey = any> = Cancelable & NativeEventInfo<dxSplitt
* @docid _ui_splitter_ResizeEndEvent
* @public
* @type object
* @inherits Cancelable,NativeEventInfo,_ui_splitter_ResizeInfo
* @inherits NativeEventInfo,_ui_splitter_ResizeInfo
*/
export type ResizeEndEvent<TKey = any> = NativeEventInfo<dxSplitter<TKey>, KeyboardEvent | PointerEvent | MouseEvent | TouchEvent> & ResizeInfo;

Expand Down

0 comments on commit 446bc5c

Please sign in to comment.