UNPKG

igniteui-react-core

Version:
17 lines (16 loc) 475 B
import { StackedSeriesBaseDescription } from "./StackedSeriesBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class HorizontalStackedSeriesBaseDescription extends StackedSeriesBaseDescription { static $t: Type; protected get_type(): string; constructor(); private gh; get xAxisRef(): string; set xAxisRef(a: string); private gi; get yAxisRef(): string; set yAxisRef(a: string); }