@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
8 lines • 441 B
TypeScript
import type { GridColDef } from "../../../models/colDef/index.js";
import type { GridStateCommunity } from "../../../models/gridStateCommunity.js";
export declare const gridPivotActiveSelector: (args_0: import("react").RefObject<{
state: GridStateCommunity;
} | null>) => boolean;
export declare const gridPivotInitialColumnsSelector: (args_0: import("react").RefObject<{
state: GridStateCommunity;
} | null>) => Map<string, GridColDef>;