UNPKG

@grafana/ui

Version:
7 lines (6 loc) 282 B
import { type LinkModel } from '@grafana/data'; import { type MenuItemProps } from '../components/Menu/MenuItem'; /** * Delays creating links until we need to open the ContextMenu */ export declare const linkModelToContextMenuItems: (links: () => LinkModel[]) => MenuItemProps[];