UNPKG

igniteui-react-core

Version:
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;