UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 260 B
import { Shape } from "./Shape"; import { PointCollection } from "./PointCollection"; import { Type } from "./type"; /** * @hidden */ export declare class Polyline extends Shape { static $t: Type; constructor(); an: PointCollection; }