UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 269 B
import { Type } from "./type"; /** * @hidden */ export declare const enum KeyFrameEffectEasing { CubicInOut = 0, ExponentialInOut = 1, CircleInOut = 2, Linear = 3 } /** * @hidden */ export declare let KeyFrameEffectEasing_$type: Type;