UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

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