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 KeyFrameAnimationPlayState { Idle = 0, Running = 1, Paused = 2, Finished = 3 } /** * @hidden */ export declare let KeyFrameAnimationPlayState_$type: Type;