UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

7 lines 184 B
export const composeDecorations = transformers => ({ decorationSet, tr }) => transformers.reduce((decorationSet, transform) => transform({ decorationSet, tr }), decorationSet);