export type Axis = 'x' | 'y'; export type DimensionMapping = (number | Axis)[];