/// export default interface RowProperties { align?: 'start' | 'center' | 'end'; children: React.ReactNode | React.ReactNode[]; wrap?: boolean; }