UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 263 B
import { Type } from "./type"; /** * @hidden */ export declare const enum KeyFrameAnimationEffectPhase { Before = 0, Active = 1, After = 2, Idle = 3 } /** * @hidden */ export declare let KeyFrameAnimationEffectPhase_$type: Type;