@taze-editor/taze-plugin-search-highlight
Version:
Search and highlight plugin for Taze Editor
4 lines • 300 B
TypeScript
/// <reference types="react" />
import { TazeRenderLeafProps } from "@taze-editor/taze-core";
export declare const SearchHighlightComponent: ({ attributes, children, text, leaf, editor, nodeProps, ...props }: TazeRenderLeafProps) => JSX.Element;
//# sourceMappingURL=SearchHighlightComponent.d.ts.map