Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 16:27:54 +00:00
co-authored by renee-png
parent 1a8c07015d
commit e557149c2b
@@ -395,6 +395,7 @@ export function CustomFormBuilder() {
indent: number;
caption?: boolean;
heading?: 0 | 1 | 2 | 3;
marker?: string; // list marker prefix like "1." or "•"
}
| { kind: "table"; rows: TableCellSeg[][] };