UNPKG

@mui/x-data-grid

Version:

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

8 lines 323 B
export declare const gridFocusedVirtualCellSelector: (args_0: import("react").RefObject<{ state: import("../../../models/gridStateCommunity.mjs").GridStateCommunity; } | null>) => { rowIndex: number; columnIndex: number; id?: import("@mui/x-data-grid").GridRowId | undefined; field?: string | undefined; } | null;