UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

8 lines 243 B
export interface DateFormat { day: number; month: number; year: number; stringFormat: string; } export declare function ReverseFormatDate(value: any, formatDate: any): DateFormat; //# sourceMappingURL=reverseformatdate.d.ts.map