UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the Data Grid components (MUI X).

5 lines (4 loc) 98 B
/** * Available densities. */ export type GridDensity = 'compact' | 'standard' | 'comfortable';