jQuery/JS Common Types - events - EventInfo
import { EventInfo } from "devextreme/common/core/events"
Type:
Do not use NativeEventInfo if you specify this type.
export interface EventInfo<TComponent> { readonly component: TComponent; readonly element: DxElement; }
Feedback