UNPKG

@atlaskit/editor-plugin-selection

Version:

Selection plugin for @atlaskit/editor-core

4 lines (3 loc) 219 B
export { selectionPlugin } from './selectionPlugin'; export type { SelectionPlugin } from './selectionPluginType'; export type { EditorSelectionAPI, SetSelectionRelativeToNode, SelectionPluginOptions, } from './types';