Skip to content

zeropdf v1.3.0


zeropdf / TableHeaderScope

Type Alias: TableHeaderScope

ts
type TableHeaderScope = "row" | "column" | "both";

Defined in: src/types.ts:2008

Header scope values for tagged table header cells.

Released under the ISC license.