UNPKG

@ngx-telly/player

Version:

Telly - Angular frame-accurate HTML player

9 lines (8 loc) 374 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class JumpBackIconPipe implements PipeTransform { map: Record<number, string>; transform(jump: number): string; static ɵfac: i0.ɵɵFactoryDeclaration<JumpBackIconPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<JumpBackIconPipe, "jumpBackIcon", true>; }