/** Dimensions of an element */ export type Dimensions = { width: number, height: number }