UNPKG

@grafana/ui

Version:
12 lines (11 loc) 259 B
import React from 'react'; declare type Props = { children: React.ReactNode; data: { imgUrl?: string; loading?: boolean; hideText?: boolean; }; }; export declare const SingleValue: (props: Props) => JSX.Element; export {};