import type { Snippet } from 'svelte'; interface FormActionsProps { submitLabel?: string; cancelLabel?: string; /** Optional destructive action on the left (e.g. Delete) */ dangerLabel?: string; /** When omitted, inherits `loading` from nearest `