export type SpaceAlign = 'start' | 'end' | 'center' | 'baseline' | 'stretch';
export type SpaceJustify = 'start' | 'end' | 'center' | 'space-around' | 'space-between' | 'space-evenly';
