UNPKG

igniteui-react-core

Version:
20 lines (19 loc) 502 B
import { PieChartBaseDescription } from "./PieChartBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class PieChartDescription extends PieChartBaseDescription { static $t: Type; private dz; get width(): string; set width(a: string); private dy; get height(): string; set height(a: string); private dx; get background(): string; set background(a: string); protected get_type(): string; constructor(); }