UNPKG

kwikid-forms

Version:

KwikID's JSON Configuration based Forms Renderer and Builder

9 lines (8 loc) 331 B
import { PipeTransform } from "@angular/core"; import * as i0 from "@angular/core"; export declare class TimerPipe implements PipeTransform { transform(value: number): string; private pad; static ɵfac: i0.ɵɵFactoryDeclaration<TimerPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<TimerPipe, "formatTimer">; }