igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
15 lines (14 loc) • 360 B
TypeScript
import { Base, Type } from "./type";
import { UIElementPropertyId } from "./UIElementPropertyId";
/**
* @hidden
*/
export declare class AnimationKeyFrameProperty extends Base {
static $t: Type;
constructor(a: UIElementPropertyId, b: any);
a: UIElementPropertyId;
private b;
get d(): any;
set d(a: any);
private c;
}