UNPKG

@mui/x-data-grid-premium

Version:

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

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