UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

14 lines (13 loc) 237 B
/** * The size of a container. */ export interface ElementSize { /** * The height of a container or HTMLElement. */ height: number; /** * The width of a container or HTMLElement. */ width: number; }