@ngx-telly/player
Version:
Telly - Angular frame-accurate HTML player
14 lines (13 loc) • 542 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ControlsComponent implements OnInit {
class: string;
hide: boolean;
private events;
private player;
private doc;
onClick(event: MouseEvent): void;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ControlsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ControlsComponent, "telly-controls", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
}