UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

6 lines (5 loc) 234 B
import { COMPARE_TREND } from './constant'; export declare function getDValue(current: number | undefined, compare: number | undefined, formatter: (value: string | number) => string): { value: string; trend: COMPARE_TREND; };