@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
5 lines • 432 B
TypeScript
import { GridStateCommunity } from "../../../models/gridStateCommunity.js";
export declare const gridPreferencePanelStateSelector: import("@mui/x-data-grid").OutputSelector<GridStateCommunity, unknown, import("@mui/x-data-grid").GridPreferencePanelState>;
export declare const gridPreferencePanelSelectorWithLabel: (args_0: import("react").RefObject<{
state: GridStateCommunity;
} | null>, labelId: string | undefined) => boolean;