UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 412 B
import { PathSegment } from "./PathSegment"; import { PointCollection } from "./PointCollection"; import { PathSegmentType } from "./PathSegmentType"; import { Type } from "./type"; /** * @hidden */ export declare class PolyBezierSegment extends PathSegment { static $t: Type; constructor(); b: PointCollection; protected get_a(): PathSegmentType; get a(): PathSegmentType; }