UNPKG

@atlaskit/adf-utils

Version:

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

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