@atlaskit/editor-plugin-base
Version:
Base plugin for @atlaskit/editor-core
10 lines (9 loc) • 332 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.setInteractionType = void 0;
/** Allows the possibility of overriding interaction type values in unit tests via jest.mock or spyOn. */
var setInteractionType = exports.setInteractionType = function setInteractionType(value) {
return value;
};