UNPKG

igniteui-react-core

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