UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

18 lines (17 loc) 349 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class AnimationState extends Base { static $t: Type; e: number; d: number; i: any; g: number; c: Date; a: (arg1: number, arg2: AnimationState) => void; f: (arg1: number) => number; j: string; h: number; b: boolean; }