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