UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

7 lines (6 loc) 173 B
import * as React from "react"; export interface StaysRatingProps { rating: number; small?: boolean; } export declare const StaysRating: React.FC<StaysRatingProps>;