@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
16 lines (14 loc) • 361 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.text = void 0;
var _nodeTypes = require("../../next-schema/generated/nodeTypes");
/**
* @name text_node
*/
var text = exports.text = (0, _nodeTypes.text)({
toDebugString: process.env.NODE_ENV !== 'production' ? undefined : function () {
return 'text_node';
}
});
;