UNPKG

igniteui-react-charts

Version:

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

10 lines (9 loc) 328 B
import { Base, Type } from "igniteui-react-core"; import { INumberAbbreviator } from "./INumberAbbreviator"; /** * @hidden */ export declare class NumberAbbreviator extends Base implements INumberAbbreviator { static $t: Type; abbreviate(a: number, b: (item: any, fromAbbreviator: boolean) => any): string; }