@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
10 lines • 677 B
TypeScript
import { GridStateCommunity } from "../../../models/gridStateCommunity.js";
export declare const gridRowSpanningHiddenCellsSelector: (args_0: import("react").RefObject<{
state: GridStateCommunity;
} | null>) => Record<import("@mui/x-data-grid").GridRowId, Record<string, boolean>>;
export declare const gridRowSpanningSpannedCellsSelector: (args_0: import("react").RefObject<{
state: GridStateCommunity;
} | null>) => Record<import("@mui/x-data-grid").GridRowId, Record<string, number>>;
export declare const gridRowSpanningHiddenCellsOriginMapSelector: (args_0: import("react").RefObject<{
state: GridStateCommunity;
} | null>) => Record<number, Record<string, number>>;