@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
12 lines (11 loc) • 355 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.unsupportedNodeAttribute = void 0;
var _markTypes = require("../../next-schema/generated/markTypes");
var unsupportedNodeAttribute = exports.unsupportedNodeAttribute = (0, _markTypes.unsupportedNodeAttribute)({
toDOM: function toDOM() {
return ['span'];
}
});
;