UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

9 lines (8 loc) 271 B
import React from "react"; import { Filters } from "./lib/filter-results"; interface StopsSelectorProps { selected: Filters["stops"]; onChange: (stopFilter: Filters["stops"]) => void; } export declare const StopsSelector: React.FC<StopsSelectorProps>; export {};