Skip to main content
Module

x/docxml/mod.ts>CellProps

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
type alias CellProps
import { type CellProps } from "https://deno.land/x/docxml@5.12.2/mod.ts";

A type describing the props accepted by Cell.

definition: Omit<TableCellProperties, "width">