UNPKG

igniteui-angular-charts

Version:

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

13 lines (12 loc) 251 B
import { Base, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class OverlayCollisionInfo extends Base { static $t: Type; e: number; c: number; d: number; get b(): number; get a(): boolean; }