igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
20 lines (19 loc) • 444 B
TypeScript
import { Base, Type } from "./type";
import { List$1 } from "./List$1";
import { IKeyFrameAnimation } from "./IKeyFrameAnimation";
/**
* @hidden
*/
export declare class PopupAnimation extends Base {
static $t: Type;
private d;
private a;
b: boolean;
c: List$1<IKeyFrameAnimation>;
constructor();
private f;
h(a: (arg1: boolean) => void): void;
e(): void;
i(): void;
g(): void;
}