UNPKG

igniteui-react-core

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