@atlaskit/editor-plugin-expand
Version:
Expand plugin for @atlaskit/editor-core
5 lines • 333 B
JavaScript
// EDITOR-7926: implementation moved to editor-common to avoid a circular dependency; re-exported
// here for backwards compatibility.
/* eslint-disable @atlaskit/editor/no-re-export */
export { TOGGLE_EXPAND_RANGE_META_KEY, toggleExpandRange } from '@atlaskit/editor-common/expand';
/* eslint-enable @atlaskit/editor/no-re-export */