UNPKG

@atlaskit/adf-utils

Version:

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

8 lines 163 B
export var layoutSection = function layoutSection() { return function (content) { return { type: 'layoutSection', content: content }; }; };