import * as React from "react"; import type { DefinitionPropertyField } from '@formitiva/core'; /** * ColumnFieldLayout - Vertical layout wrapper for form fields * * This component provides a column-based layout pattern: * - Label on top (left-aligned or center-aligned based on labelLayout) * - Value/input area below * - Optional tooltip support * - Error display area * * Usage: * *