UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 408 B
import { PolarLineSeriesBaseDescription } from "./PolarLineSeriesBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class PolarLineSeriesDescription extends PolarLineSeriesBaseDescription { static $t: Type; protected get_type(): string; constructor(); private hb; get unknownValuePlotting(): string; set unknownValuePlotting(a: string); }