@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
14 lines • 591 B
TypeScript
import { GridStateCommunity } from "../../../models/gridStateCommunity.js";
import type { GridStateColDef } from "../../../models/colDef/gridColDef.js";
/**
* Get the list view state
* @category List View
* @ignore - Do not document
*/
export declare const gridListViewSelector: import("@mui/x-data-grid").OutputSelector<GridStateCommunity, unknown, boolean>;
/**
* Get the list column definition
* @category List View
* @ignore - Do not document
*/
export declare const gridListColumnSelector: import("@mui/x-data-grid").OutputSelector<GridStateCommunity, unknown, GridStateColDef>;