UNPKG

@atlaskit/adf-utils

Version:

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

5 lines 155 B
import { applyMark } from '../utils/apply-mark'; export const indentation = attrs => maybeNode => applyMark({ type: 'indentation', attrs }, maybeNode);