UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

6 lines (5 loc) 294 B
import { NGSOfferRow } from "./group-offers-for-ngs-view"; type DurationSortDirection = "asc" | "desc"; export type DurationSort = DurationSortDirection | null; export declare const sortNGSRowsByDuration: (rows: NGSOfferRow[], sortDirection: DurationSortDirection) => NGSOfferRow[]; export {};