UNPKG

igniteui-react-core

Version:
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;