@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
30 lines (29 loc) • 815 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "layoutSection", {
enumerable: true,
get: function get() {
return _layoutSection.layoutSection;
}
});
Object.defineProperty(exports, "layoutSectionWithLocalId", {
enumerable: true,
get: function get() {
return _layoutSection.layoutSectionWithLocalId;
}
});
Object.defineProperty(exports, "layoutSectionWithSingleColumn", {
enumerable: true,
get: function get() {
return _layoutSection.layoutSectionWithSingleColumn;
}
});
Object.defineProperty(exports, "layoutSectionWithSingleColumnLocalId", {
enumerable: true,
get: function get() {
return _layoutSection.layoutSectionWithSingleColumnLocalId;
}
});
var _layoutSection = require("../schema/nodes/layout-section");