ion-video-player
Version:
HTML video player for Ionic 6 applications using angular
8 lines (7 loc) • 351 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SecondsToHoursPipe implements PipeTransform {
transform(value: number): string;
static ɵfac: i0.ɵɵFactoryDeclaration<SecondsToHoursPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<SecondsToHoursPipe, "secondsToHours", false>;
}