UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the Data Grid components (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; }