@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
3 lines • 303 B
TypeScript
import { GridSlotsComponent } from "../../../models/index.js";
export type GridOverlayType = keyof Pick<GridSlotsComponent, 'noColumnsOverlay' | 'noRowsOverlay' | 'noResultsOverlay' | 'loadingOverlay'> | null;
export type GridLoadingOverlayVariant = 'circular-progress' | 'linear-progress' | 'skeleton';