UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 282 B
import { Type } from "./type"; /** * @hidden */ export declare const enum KeyFrameEffectTimingDirection { Normal = 0, Reverse = 1, Alternate = 2, AlternateReverse = 3 } /** * @hidden */ export declare let KeyFrameEffectTimingDirection_$type: Type;