UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

17 lines (15 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.text = void 0; /** * @name text_node */ var text = { group: 'inline', toDebugString: process.env.NODE_ENV !== 'production' ? undefined : function () { return 'text_node'; } }; exports.text = text;