UNPKG

@mui/x-data-grid

Version:

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

4 lines 97 B
/** * Available densities. */ export type GridDensity = 'compact' | 'standard' | 'comfortable';