UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

12 lines 354 B
export var composeDecorations = function composeDecorations(transformers) { return function (_ref) { var decorationSet = _ref.decorationSet, tr = _ref.tr; return transformers.reduce(function (decorationSet, transform) { return transform({ decorationSet: decorationSet, tr: tr }); }, decorationSet); }; };