UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

10 lines (9 loc) 166 B
import { Type } from "./type"; export declare enum FillRule { EvenOdd = 0, Nonzero = 1 } /** * @hidden */ export declare let FillRule_$type: Type;