kwikui
Version:
KwikID's UI Component Library in Angular
16 lines (15 loc) • 758 B
TypeScript
import { OnChanges, OnInit, SimpleChanges } from "@angular/core";
import { TKwikUIAnimationPlayerType } from "./animation-player.definitions";
import * as i0 from "@angular/core";
export declare class KwikUIAnimationPlayerComponent implements OnInit, OnChanges {
config: any;
id: string;
player: TKwikUIAnimationPlayerType;
constructor();
ngOnInit(): void;
ngOnChanges(changes: SimpleChanges): void;
ngOnDestroy(): void;
private validateInputProperty;
static ɵfac: i0.ɵɵFactoryDeclaration<KwikUIAnimationPlayerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<KwikUIAnimationPlayerComponent, "kwikui-animation-player", never, { "config": "config"; "id": "id"; "player": "player"; }, {}, never, never>;
}