@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
12 lines (11 loc) • 345 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "unsupportedNodeAttribute", {
enumerable: true,
get: function get() {
return _unsupportedNodeAttributes.unsupportedNodeAttribute;
}
});
var _unsupportedNodeAttributes = require("../schema/marks/unsupported-node-attributes");