UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

12 lines (11 loc) 270 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export interface INumberAbbreviator { abbreviate(a: number, b: (item: any, fromAbbreviator: boolean) => any): string; } /** * @hidden */ export declare let INumberAbbreviator_$type: Type;