UNPKG

@grafana/ui

Version:
8 lines (7 loc) 252 B
interface ValuePillProps { children: string; onRemove: () => void; disabled?: boolean; } export declare const ValuePill: import("react").ForwardRefExoticComponent<ValuePillProps & import("react").RefAttributes<HTMLSpanElement>>; export {};