UNPKG

@grafana/ui

Version:
9 lines (8 loc) 281 B
import { HighlightPart } from '../../types/completion'; interface Props { text: string; highlightParts: HighlightPart[]; highlightClassName: string; } export declare const PartialHighlighter: (props: Props) => import("react/jsx-runtime").JSX.Element | null; export {};