UNPKG

@atlaskit/adf-utils

Version:

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

8 lines 145 B
export var syncBlock = function syncBlock(attrs) { return function () { return { type: 'syncBlock', attrs: attrs }; }; };