UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

3 lines (2 loc) 140 B
export declare const formatDateString: (dateString: string) => string | undefined; export declare const formatDate: (date: Date) => string;