UNPKG

kwikui

Version:

KwikID's UI Component Library in Angular

5 lines (4 loc) 427 B
import { EKwikUIButtonApiCallTimerFormat, TKwikUIButtonApiCallTimerFormat } from "./button-api-call.definitions"; export declare const paddedTime: (time: number) => string; export declare const getTimerMessage: (messageWithTimerPlaceholder: string, format: EKwikUIButtonApiCallTimerFormat, time: any) => string; export declare const getFormattedTimeDuration: (value: number, format: TKwikUIButtonApiCallTimerFormat) => string;