UNPKG

igniteui-react-charts

Version:

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

13 lines (12 loc) 284 B
import { ObjectColumn } from "./ObjectColumn"; import { Type } from "igniteui-react-core"; /** * @hidden */ export interface IOuterLabelWidthDecider { decideWidth(a: ObjectColumn): number; } /** * @hidden */ export declare let IOuterLabelWidthDecider_$type: Type;