UNPKG

@ngx-telly/player

Version:

Telly - Angular frame-accurate HTML player

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