UNPKG

@mui/x-data-grid

Version:

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

9 lines 466 B
import type { GridStateCommunity } from '../../models/gridStateCommunity'; import type { GridRowId } from '../../models/gridRows'; /** * Get the row id for a given row * @param apiRef - The grid api reference * @param {GridRowModel} row - The row to get the id for * @returns {GridRowId} The row id */ export declare const gridRowIdSelector: import("@mui/x-data-grid").OutputSelector<GridStateCommunity, import("@mui/x-data-grid").GridValidRowModel, GridRowId>;