UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

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