UNPKG

glcvdv-lite-api-map

Version:

A lightweight API for interactive hotel maps with Mapbox integration

6 lines 233 B
import type { Hotel } from "../types"; export declare const generateWhitelabelUrl: (hotel: Hotel, options?: { language: "IT" | "EN"; currency: "EUR" | "USD"; }) => string; //# sourceMappingURL=generate-whitelabel-url.d.ts.map