UNPKG

@taze-editor/taze-core

Version:

Taze Editor's core package - makes easier to create rich text editor

6 lines 246 B
import { TEditor, Value } from "../slate/editor/TEditor"; /** * Is the block above the selection empty. */ export declare const isBlockAboveEmpty: <V extends Value>(editor: TEditor<V>) => boolean; //# sourceMappingURL=isBlockAboveEmpty.d.ts.map