@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
12 lines • 859 B
text/typescript
import type { GridStateCommunity } from "../../../models/gridStateCommunity.mjs";
import type { GridRowId } from "../../../models/gridRows.mjs";
export declare const gridRowSelectionStateSelector: import("@mui/x-data-grid").OutputSelector<GridStateCommunity, unknown, import("@mui/x-data-grid").GridRowSelectionModel>;
export declare const gridRowSelectionManagerSelector: (args_0: import("react").RefObject<{
state: GridStateCommunity;
} | null>) => import("../../../models/gridRowSelectionManager.mjs").RowSelectionManager;
export declare const gridRowSelectionCountSelector: (args_0: import("react").RefObject<{
state: GridStateCommunity;
} | null>) => number;
export declare const gridRowSelectionIdsSelector: (args_0: import("react").RefObject<{
state: GridStateCommunity;
} | null>) => Map<GridRowId, import("@mui/x-data-grid").GridValidRowModel>;