import { type TableCellProperties } from "https://deno.land/x/docxml@5.11.1/src/properties/table-cell-properties.ts";
definition: { colSpan?: null | number; rowSpan?: null | number; width?: null | Length; shading?: null | Shading; borders?: null | { top?: null | Border<LineBorderType>; start?: null | Border<LineBorderType>; bottom?: null | Border<LineBorderType>; end?: null | Border<LineBorderType>; insideH?: null | Border<LineBorderType>; insideV?: null | Border<LineBorderType>; tl2br?: null | Border<LineBorderType>; tr2bl?: null | Border<LineBorderType>; }; verticalAlignment?: ; }
| null
| "bottom"
| "center"
| "top"