UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 230 B
import { Type } from "./type"; export declare enum PathSegmentType { Line = 0, Bezier = 1, PolyBezier = 2, PolyLine = 3, Arc = 4 } /** * @hidden */ export declare let PathSegmentType_$type: Type;