UNPKG

@atlaskit/adf-utils

Version:

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

6 lines 112 B
export var tableRow = function tableRow(content) { return { type: 'tableRow', content: content }; };