@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
44 lines (43 loc) • 1.23 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "EditorPageObject", {
enumerable: true,
get: function get() {
return _Editor.EditorPageObject;
}
});
Object.defineProperty(exports, "blockSmartLinksTestCollection", {
enumerable: true,
get: function get() {
return _smartLinks.blockSmartLinksTestCollection;
}
});
Object.defineProperty(exports, "blueLinksTestCollection", {
enumerable: true,
get: function get() {
return _smartLinks.blueLinksTestCollection;
}
});
Object.defineProperty(exports, "embedSmartLinksTestCollection", {
enumerable: true,
get: function get() {
return _smartLinks.embedSmartLinksTestCollection;
}
});
Object.defineProperty(exports, "fundamentalsTestCollection", {
enumerable: true,
get: function get() {
return _collection.fundamentalsTestCollection;
}
});
Object.defineProperty(exports, "inlineSmartLinksTestCollection", {
enumerable: true,
get: function get() {
return _smartLinks.inlineSmartLinksTestCollection;
}
});
var _Editor = require("./page-objects/Editor");
var _collection = require("./cases/fundamentals/collection");
var _smartLinks = require("./cases/smart-links");