UNPKG

igniteui-react-core

Version:
29 lines (28 loc) 867 B
import { GeographicShapeSeriesBaseDescription } from "./GeographicShapeSeriesBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class GeographicPolylineSeriesDescription extends GeographicShapeSeriesBaseDescription { static $t: Type; protected get_type(): string; constructor(); private f5; get shapeStyleSelectorRef(): string; set shapeStyleSelectorRef(a: string); private f3; get shapeFill(): string; set shapeFill(a: string); private f4; get shapeStroke(): string; set shapeStroke(a: string); private f0; get shapeStrokeThickness(): number; set shapeStrokeThickness(a: number); private fz; get shapeOpacity(): number; set shapeOpacity(a: number); private f6; get styleShapeRef(): string; set styleShapeRef(a: string); }