UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 289 B
import { UnknownValuePlotting } from "./UnknownValuePlotting"; import { Type } from "./type"; /** * @hidden */ export interface IUnknownValuePlotting { unknownValuePlotting: UnknownValuePlotting; } /** * @hidden */ export declare let IUnknownValuePlotting_$type: Type;