mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-12 22:36:10 +08:00
Add selectNodeForeward to type definition.
This commit is contained in:
1
types/prosemirror-commands/index.d.ts
vendored
1
types/prosemirror-commands/index.d.ts
vendored
@@ -12,6 +12,7 @@ import { EditorView } from 'prosemirror-view';
|
||||
export function deleteSelection(state: EditorState, dispatch?: (tr: Transaction) => void): boolean;
|
||||
export function joinBackward(state: EditorState, dispatch?: (tr: Transaction) => void, view?: EditorView): boolean;
|
||||
export function selectNodeBackward(state: EditorState, dispatch?: (tr: Transaction) => void, view?: EditorView): boolean;
|
||||
export function selectNodeForward(state: EditorState, dispatch?: (tr: Transaction) => void, view?: EditorView): boolean;
|
||||
export function joinForward(state: EditorState, dispatch?: (tr: Transaction) => void, view?: EditorView): boolean;
|
||||
export function joinUp(state: EditorState, dispatch?: (tr: Transaction) => void): boolean;
|
||||
export function joinDown(state: EditorState, dispatch?: (tr: Transaction) => void): boolean;
|
||||
|
||||
Reference in New Issue
Block a user