export interface MeshCommonProps { gap?: number; border?: boolean; square?: boolean; center?: boolean; clickable?: boolean; reverse?: boolean; direction?: 'horizontal' | 'vertical'; }