UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 311 B
import { Type } from "./type"; /** * @hidden */ export interface ISupportsAnimation { isAnimationActive(): boolean; getAnimationIdleVersionNumber(): number; queueForAnimationIdle(a: () => void, b: number): void; } /** * @hidden */ export declare let ISupportsAnimation_$type: Type;