UNPKG

@atlaskit/editor-plugin-base

Version:

Base plugin for @atlaskit/editor-core

2 lines 155 B
/** Allows the possibility of overriding interaction type values in unit tests via jest.mock or spyOn. */ export const setInteractionType = value => value;