UNPKG

@tiptap/core

Version:

headless rich text editor

3 lines (2 loc) 136 B
import { EditorState } from '@tiptap/pm/state'; export declare const isAtEndOfNode: (state: EditorState, nodeType?: string) => boolean;