export type Direction = 'top' | 'left' | 'bottom' | 'right'
