UNPKG

@mui/x-data-grid-premium

Version:

The Premium plan edition of the MUI X Data Grid Components.

12 lines 648 B
import type { GridStatePremium } from "../../../models/gridStatePremium.js"; export declare const gridSidebarStateSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, unknown, import("./gridSidebarState.js").GridSidebarState>; export declare const gridSidebarOpenSelector: (args_0: import("react").RefObject<{ state: GridStatePremium; } | null>) => boolean; export declare const gridSidebarContentSelector: (args_0: import("react").RefObject<{ state: GridStatePremium; } | null>) => { sidebarId: string | undefined; labelId: string | undefined; value: import("./gridSidebarInterfaces.js").GridSidebarValue | undefined; };