UNPKG

@atlaskit/adf-utils

Version:

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

7 lines 169 B
import { applyMark } from '../utils/apply-mark'; export const breakout = attrs => maybeNode => { return applyMark({ type: 'breakout', attrs }, maybeNode); };