@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
8 lines • 322 B
TypeScript
export declare const gridFocusedVirtualCellSelector: (args_0: import("react").RefObject<{
state: import("../../../models/gridStateCommunity.js").GridStateCommunity;
} | null>) => {
rowIndex: number;
columnIndex: number;
id?: import("@mui/x-data-grid").GridRowId | undefined;
field?: string | undefined;
} | null;