UNPKG

igniteui-angular-charts

Version:

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

12 lines (11 loc) 196 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export interface ITrackOwner { trackDirty(): void; } /** * @hidden */ export declare let ITrackOwner_$type: Type;