UNPKG

ferngully-aurelia-tools

Version:

Ferngully Tools for Aurelia

8 lines (7 loc) 353 B
import { DateService } from "../../services/date-service"; export declare class DateStringConvertValueConverter { private dateService; constructor(dateService: DateService); toView(value: string, formatFrom: string, formatTo: string): string | null; fromView(value: string, formatFrom: string, formatTo: string): string | null; }