UNPKG

@taze-editor/taze-plugin-search-highlight

Version:

Search and highlight plugin for Taze Editor

4 lines 392 B
import { DecorateEntry, TazeEditor, Value, WithTazePlugin } from "@taze-editor/taze-core"; import { TSearchPluginStore } from "./types/store"; export declare const decorateSearchHighlight: <V extends Value = Value, E extends TazeEditor<V> = TazeEditor<V>>(editor: E, plugin: WithTazePlugin<{}, V, E, TSearchPluginStore>) => DecorateEntry; //# sourceMappingURL=decorateSearchHighlight.d.ts.map