UNPKG

ferngully-aurelia-tools

Version:

Ferngully Tools for Aurelia

8 lines (7 loc) 317 B
import { DateService, IFormatParameters } from "../../services/date-service"; export declare class TickDateValueConverter { private dateService; constructor(dateService: DateService); toView(value: number, params?: IFormatParameters | string): string | null; fromView(value: string): number; }