@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
30 lines (29 loc) • 734 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "AnnotationMarkStates", {
enumerable: true,
get: function get() {
return _annotation.AnnotationMarkStates;
}
});
Object.defineProperty(exports, "AnnotationTypes", {
enumerable: true,
get: function get() {
return _annotation.AnnotationTypes;
}
});
Object.defineProperty(exports, "annotation", {
enumerable: true,
get: function get() {
return _annotation.annotation;
}
});
Object.defineProperty(exports, "buildAnnotationMarkDataAttributes", {
enumerable: true,
get: function get() {
return _annotation.buildDataAttributes;
}
});
var _annotation = require("../schema/marks/annotation");