Configuration Options
{
"packageEntry": "@treeseed/ui/components/astro/forms/FormActions.astro",
"defaultProps": {
"align": "between"
},
"configurableProps": [
{
"name": "align",
"type": "'start' | 'end' | 'between'",
"defaultValue": "between",
"description": "Horizontal action alignment."
}
]
}