UNPKG

@grafana/ui

Version:
8 lines (7 loc) 155 B
import { FC } from 'react'; interface Props { name: string; onRemove: (tag: string) => void; } export declare const TagItem: FC<Props>; export {};