@ngx-telly/player
Version:
Telly - Angular frame-accurate HTML player
6 lines (5 loc) • 301 B
TypeScript
import { InjectionToken } from "@angular/core";
import { TellyPlugin } from "./telly-plugin";
import { TellyPluginConfig } from "./telly-plugin.config";
export declare const tellyPluginToken: InjectionToken<TellyPlugin>;
export declare const tellyPluginConfigToken: InjectionToken<TellyPluginConfig>;