@atlaskit/editor-plugin-selection
Version:
Selection plugin for @atlaskit/editor-core
24 lines (23 loc) • 558 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "RelativeSelectionPos", {
enumerable: true,
get: function get() {
return _index.RelativeSelectionPos;
}
});
Object.defineProperty(exports, "SelectionDirection", {
enumerable: true,
get: function get() {
return _index.SelectionDirection;
}
});
Object.defineProperty(exports, "selectionPluginKey", {
enumerable: true,
get: function get() {
return _index.selectionPluginKey;
}
});
var _index = require("../types/index");