UNPKG

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

Version:

Search and highlight plugin for Taze Editor

4 lines 639 B
import { TazeEditor, Value } from "@taze-editor/taze-core"; export declare const MARK_SEARCH_HIGHLIGHT = "search-highlight"; export declare const createSearchHighlightPlugin: <OP = {}, OV extends Value = Value, OE extends TazeEditor<OV> = TazeEditor<OV>>(override?: Partial<import("@taze-editor/taze-core").TazePlugin<import("@taze-editor/taze-core").NoInfer<OP>, OV, OE, any>> | undefined, overrideByKey?: import("@taze-editor/taze-core").OverrideByKey<OV, OE> | undefined) => import("@taze-editor/taze-core").TazePlugin<import("@taze-editor/taze-core").NoInfer<OP>, OV, OE, any>; //# sourceMappingURL=createSearchHighlightPlugin.d.ts.map