Share via


DocumentTableCellKind type

Table cell kind.

type DocumentTableCellKind =
  | "content"
  | "rowHeader"
  | "columnHeader"
  | "stubHead"
  | "description"