UNPKG

igniteui-react-charts

Version:

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

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