UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the MUI X Data Grid components.

3 lines 434 B
import { RefObject } from '@mui/x-internals/types'; import { GridPrivateApiCommon } from "../../models/api/gridApiCommon.js"; export declare const useGridNativeEventListener: <PrivateApi extends GridPrivateApiCommon, K extends keyof HTMLElementEventMap>(apiRef: RefObject<PrivateApi>, ref: () => HTMLElement | undefined | null, eventName: K, handler: (event: HTMLElementEventMap[K]) => any, options?: AddEventListenerOptions) => void;