UNPKG

@grafana/ui

Version:
8 lines (7 loc) 240 B
import { CompletionItem } from '../../types/completion'; interface Props { item: CompletionItem; height: number; } export declare const TypeaheadInfo: ({ item, height }: Props) => import("react/jsx-runtime").JSX.Element; export {};