UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 222 B
import { Type } from "./type"; export declare enum GeometryType { Group = 0, Line = 1, Rectangle = 2, Ellipse = 3, Path = 4 } /** * @hidden */ export declare let GeometryType_$type: Type;