UNPKG

@atlaskit/adf-utils

Version:

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

12 lines (11 loc) 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tableRow = void 0; var tableRow = exports.tableRow = function tableRow(content) { return { type: 'tableRow', content: content }; };