@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
12 lines (11 loc) • 316 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "SelectionBasedNodeView", {
enumerable: true,
get: function get() {
return _SelectionBasedNodeView.SelectionBasedNodeView;
}
});
var _SelectionBasedNodeView = require("./SelectionBasedNodeView");