UNPKG

@atlaskit/editor-plugin-base

Version:

Base plugin for @atlaskit/editor-core

4 lines 193 B
/** Allows the possibility of overriding interaction type values in unit tests via jest.mock or spyOn. */ export var setInteractionType = function setInteractionType(value) { return value; };