UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

11 lines (10 loc) 232 B
export interface IgrSize { /** * Gets or sets the horizontal component of Size */ width?: number | string; /** * Gets or sets the vertical component of Size */ height?: number | string; }