export type FlexEnd = 'right' | 'bottom';
export type FlexStart = 'left' | 'top';
