UNPKG

@ngx-telly/player

Version:

Telly - Angular frame-accurate HTML player

6 lines (5 loc) 301 B
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>;