export type DragDirection = 'all' | 'x' | 'y';
