@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
14 lines • 598 B
text/typescript
import type { GridStateCommunity } from "../../../models/gridStateCommunity.mjs";
import type { GridStateColDef } from "../../../models/colDef/gridColDef.mjs";
/**
* 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>;