UNPKG

igniteui-webcomponents-charts

Version:

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

14 lines (13 loc) 337 B
import { Size } from "igniteui-webcomponents-core"; import { SliceInfo } from "./SliceInfo"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export interface IFunnelLabelSizeDecider { decideLabelSize(a: SliceInfo, b: boolean): Size; } /** * @hidden */ export declare let IFunnelLabelSizeDecider_$type: Type;