/// export interface ZoneProperties { children: React.ReactNode | React.ReactNode[]; direction?: 'horizontal' | 'vertical'; space?: 'none'; }