UNPKG

@atlaskit/adf-utils

Version:

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

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