@taze-editor/taze-core
Version:
Taze Editor's core package - makes easier to create rich text editor
7 lines • 383 B
TypeScript
import { GetAboveNodeOptions } from "../slate/editor/getAboveNode";
import { TEditor, Value } from "../slate/editor/TEditor";
/**
* Is the selection focus at the end of its parent block.
*/
export declare const isSelectionAtBlockEnd: <V extends Value>(editor: TEditor<V>, options?: GetAboveNodeOptions<V> | undefined) => boolean;
//# sourceMappingURL=isSelectionAtBlockEnd.d.ts.map