export type TFlexDirection = 'row' | 'row-reverse' | 'column' | 'column-reverse';