UNPKG

@grafana/ui

Version:
6 lines (5 loc) 129 B
import { FC } from 'react'; export interface CounterProps { value: number; } export declare const Counter: FC<CounterProps>;