LayoutProps
Layout properties interface for defining layout-related properties of components.
Properties
| Property | Type | Description |
|---|---|---|
layout | boolean | Whether layout is enabled |
direction | 'column' | 'row' | Layout direction |
alignItems | Alignment | Alignment |
justifyContent | Alignment | Main axis alignment |
gap | number | Spacing |