UNPKG

@atlaskit/adf-utils

Version:

Set of utilities to traverse, modify and create ADF documents.

3 lines (2 loc) 210 B
import type { TableCellDefinition, CellAttributes } from '@atlaskit/adf-schema'; export declare const tableCell: (attrs?: CellAttributes) => (...content: TableCellDefinition["content"]) => TableCellDefinition;