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