UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

11 lines (10 loc) 268 B
export declare const formatPriceByMode: ( price: number | undefined, priceMode: number, personCount: number, duration: number, perPersonLabel: string, perNightLabel: string, perPersonPerNightLabel: string, currencyCode: string ) => string | undefined;