export type Direction = 'auto' | 'auto-left' | 'auto-right' | 'down' | 'up' | 'down-left' | 'down-right' | 'up-left' | 'up-right';