Skip to main content
Module

x/docxml/src/components/Cell.ts>CellProps

TypeScript library for parsing and building a DOCXML file
Go to Latest
type alias CellProps
import { type CellProps } from "https://deno.land/x/docxml@5.2.0/src/components/Cell.ts";

A type describing the props accepted by Cell.

definition: Omit<TableCellProperties, "width">