UNPKG

@grafana/ui

Version:
7 lines (6 loc) 265 B
import { FeatureState } from '@grafana/data'; export interface FeatureBadgeProps { featureState: FeatureState; tooltip?: string; } export declare const FeatureBadge: ({ featureState, tooltip }: FeatureBadgeProps) => import("react/jsx-runtime").JSX.Element;