UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 450 B
import { HorizontalStackedSeriesBaseDescription } from "./HorizontalStackedSeriesBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class StackedSplineAreaSeriesDescription extends HorizontalStackedSeriesBaseDescription { static $t: Type; protected get_type(): string; constructor(); private gl; get isSplineShapePartOfRange(): boolean; set isSplineShapePartOfRange(a: boolean); }