UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

6 lines (5 loc) 207 B
import { BookingPackage, ChangedLine } from "@qite/tide-client/build/types"; export declare const updatePackageDetails: ( packageDetails: BookingPackage, changedLines: ChangedLine[] ) => BookingPackage;