UNPKG

@mui/x-data-grid-premium

Version:

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

12 lines 651 B
import type { GridStatePremium } from "../../../models/gridStatePremium.mjs"; export declare const gridSidebarStateSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, unknown, import("./gridSidebarState.mjs").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.mjs").GridSidebarValue | undefined; };