UNPKG

@atlaskit/adf-utils

Version:

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

14 lines (13 loc) 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.layoutSection = void 0; var layoutSection = exports.layoutSection = function layoutSection() { return function (content) { return { type: 'layoutSection', content: content }; }; };