export type VerticalDirection = 'up' | 'down';
export type HorizontalDirection = 'left' | 'right';
