UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

6 lines (5 loc) 278 B
import { EditorState, Transaction } from '../prosemirror'; /** * Function will lift list item following selection to level-1. */ export declare function liftFollowingList(state: EditorState<any>, from: number, to: number, rootListDepth: number, tr: Transaction): Transaction;