export type End = 'right' | 'bottom';
export type Start = 'left' | 'top';
