import { type TableProps } from "https://deno.land/x/docxml@5.15.3/src/components/Table.ts";
A type describing the props accepted by Table.
definition: TableProperties & { columnWidths?: null | Length[]; }
x/docxml/src/components/Table.ts>TableProps
import { type TableProps } from "https://deno.land/x/docxml@5.15.3/src/components/Table.ts";
A type describing the props accepted by Table.