UNPKG

@atlaskit/adf-utils

Version:

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

9 lines 222 B
import { applyMark } from '../utils/apply-mark'; export var fontSize = function fontSize(attrs) { return function (maybeNode) { return applyMark({ type: 'fontSize', attrs: attrs }, maybeNode); }; };