UNPKG

igniteui-react-core

Version:
16 lines (15 loc) 268 B
import { Type } from "./type"; /** * @hidden */ export declare const enum KeyFrameAnimationFill { Auto = 0, None = 1, Forwards = 2, Backwards = 3, Both = 4 } /** * @hidden */ export declare let KeyFrameAnimationFill_$type: Type;