UNPKG

@atlaskit/adf-utils

Version:

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

12 lines (11 loc) 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hardBreak = void 0; var hardBreak = exports.hardBreak = function hardBreak(attrs) { return { type: 'hardBreak', attrs: attrs }; };