UNPKG

@taze-editor/taze-core

Version:

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

7 lines 427 B
import { TEditor, Value } from "../slate/editor/TEditor"; import { QueryEditorOptions } from "../types/slate/QueryEditorOptions"; /** * Query the editor state. */ export declare const queryEditor: <V extends Value = Value, E extends TEditor<V> = TEditor<V>>(editor: E, { filter, selectionAtBlockStart, selectionAtBlockEnd, allow, exclude, at }?: QueryEditorOptions<V, E>) => boolean; //# sourceMappingURL=queryEditor.d.ts.map