UNPKG

@mui/x-data-grid-premium

Version:

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

8 lines 248 B
import type { GridSidebarValue } from "./gridSidebarInterfaces.js"; export interface GridSidebarState { open: boolean; sidebarId?: string; labelId?: string; value?: GridSidebarValue; } export type GridSidebarInitialState = GridSidebarState;