UNPKG

igniteui-react-core

Version:
26 lines (25 loc) 652 B
import { LegendBaseDescription } from "./LegendBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ItemLegendDescription extends LegendBaseDescription { static $t: Type; private aa; get width(): string; set width(a: string); private w; get height(): string; set height(a: string); protected get_type(): string; constructor(); private x; get orientation(): string; set orientation(a: string); private y; get textColor(): string; set textColor(a: string); private z; get textStyle(): string; set textStyle(a: string); }