@grafana/ui
Version:
Grafana Components Library
7 lines (6 loc) • 444 B
TypeScript
import { DecimalCount } from '../../types';
export declare function toPercent(size: number, decimals: DecimalCount): string;
export declare function toPercentUnit(size: number, decimals: DecimalCount): string;
export declare function toHex0x(value: number, decimals: DecimalCount): string;
export declare function toHex(value: number, decimals: DecimalCount): string;
export declare function sci(value: number, decimals: DecimalCount): string;